diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-10-09 10:58:36 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:03 -0500 |
commit | 4e257e5e8185e74ba731e44e4c18f3d2221c1e9b (patch) | |
tree | 5ffaee98cbbeffe7ab13926c3064b609024f4caa /qemu-doc.texi | |
parent | b3f046c2968dc4abb68d31f33cbc0f17c7e3f2f6 (diff) |
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>
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 99d7f0db5a..7d3240c63a 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -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: |