mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Documentation: Add missing tags to placeholders
Not all placeholders in options descriptions had the @var tag on them. Add the tag so that it's clearly visible that they are placeholders. Patchworks-ID: 35602 Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b3f046c296
commit
4e257e5e81
2 changed files with 27 additions and 26 deletions
|
@ -1342,11 +1342,11 @@ The following options are specific to the PowerPC emulation:
|
|||
|
||||
@table @option
|
||||
|
||||
@item -g WxH[xDEPTH]
|
||||
@item -g @var{W}x@var{H}[x@var{DEPTH}]
|
||||
|
||||
Set the initial VGA graphic mode. The default is 800x600x15.
|
||||
|
||||
@item -prom-env string
|
||||
@item -prom-env @var{string}
|
||||
|
||||
Set OpenBIOS variables in NVRAM, for example:
|
||||
|
||||
|
@ -1442,12 +1442,12 @@ The following options are specific to the Sparc32 emulation:
|
|||
|
||||
@table @option
|
||||
|
||||
@item -g WxHx[xDEPTH]
|
||||
@item -g @var{W}x@var{H}x[x@var{DEPTH}]
|
||||
|
||||
Set the initial TCX graphic mode. The default is 1024x768x8, currently
|
||||
the only other possible mode is 1024x768x24.
|
||||
|
||||
@item -prom-env string
|
||||
@item -prom-env @var{string}
|
||||
|
||||
Set OpenBIOS variables in NVRAM, for example:
|
||||
|
||||
|
@ -1497,7 +1497,7 @@ The following options are specific to the Sparc64 emulation:
|
|||
|
||||
@table @option
|
||||
|
||||
@item -prom-env string
|
||||
@item -prom-env @var{string}
|
||||
|
||||
Set OpenBIOS variables in NVRAM, for example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue