mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-26 05:06:45 +00:00
Use backticks instead of single quotes in qm resize description
Single quoted text in asciidoc is rendered in man pages with underlines, which makes the '+' symbol very similar to '+/-' Backticks are rendered with monospace text in HTML, normal text in man pages, and still readable in raw format.
This commit is contained in:
parent
8b54f4b8db
commit
e248477e92
@ -2985,7 +2985,7 @@ __PACKAGE__->register_method({
|
||||
size => {
|
||||
type => 'string',
|
||||
pattern => '\+?\d+(\.\d+)?[KMGT]?',
|
||||
description => "The new size. With the '+' sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.",
|
||||
description => "The new size. With the `+` sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.",
|
||||
},
|
||||
digest => {
|
||||
type => 'string',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user