qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] Documentation: Highlight placeholders in subopt


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 1/3] Documentation: Highlight placeholders in suboptions
Date: Fri, 9 Oct 2009 10:58:35 +0200

Currently, suboptions (i.e. something like file=file for -drive) are rendered
as @code, so we're losing any @var highlighting in the man pages.

Replace them by @option, so that you actually can see what is a placeholder and
what is meant verbatim.

Signed-off-by: Kevin Wolf <address@hidden>
---
 qemu-options.hx |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 3dd76b3..807814f 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -114,7 +114,7 @@ STEXI
 
 Define a new drive. Valid options are:
 
address@hidden @code
address@hidden @option
 @item address@hidden
 This option defines which disk image (@pxref{disk_images}) to use with
 this drive. If the filename contains comma, you must double it
@@ -363,7 +363,7 @@ STEXI
 @item -usbdevice @var{devname}
 Add the USB device @var{devname}. @xref{usb_devices}.
 
address@hidden @code
address@hidden @option
 
 @item mouse
 Virtual Mouse. This will override the PS/2 mouse emulation when activated.
@@ -521,7 +521,7 @@ DEF("vga", HAS_ARG, QEMU_OPTION_vga,
 STEXI
 @item -vga @var{type}
 Select type of VGA card to emulate. Valid values for @var{type} are
address@hidden @code
address@hidden @option
 @item cirrus
 Cirrus Logic GD5446 Video card. All Windows versions starting from
 Windows 95 should recognize and use this graphic card. For optimal
@@ -568,7 +568,7 @@ tablet}). When using the VNC display, you must use the 
@option{-k}
 parameter to set the keyboard layout if you are not using en-us. Valid
 syntax for the @var{display} is
 
address@hidden @code
address@hidden @option
 
 @item @var{host}:@var{d}
 
@@ -591,7 +591,7 @@ can be used to later start the VNC server.
 Following the @var{display} value there may be one or more @var{option} flags
 separated by commas. Valid options are
 
address@hidden @code
address@hidden @option
 
 @item reverse
 
@@ -861,7 +861,7 @@ for a list of available devices for your target.
 Use the user mode network stack which requires no administrator
 privilege to run. Valid options are:
 
address@hidden @code
address@hidden @option
 @item address@hidden
 Connect user mode stack to VLAN @var{n} (@var{n} = 0 is the default).
 
@@ -1105,7 +1105,7 @@ machines have none.
 @anchor{bt-hcis}
 The following three types are recognized:
 
address@hidden @code
address@hidden @option
 @item -bt hci,null
 (default) The corresponding Bluetooth HCI assumes no internal logic
 and will not respond to any HCI commands or emit events.
@@ -1139,7 +1139,7 @@ Emulate a bluetooth device @var{dev} and place it in 
network @var{n}
 (default @code{0}).  QEMU can only emulate one type of bluetooth devices
 currently:
 
address@hidden @code
address@hidden @option
 @item keyboard
 Virtual wireless keyboard implementing the HIDP bluetooth profile.
 @end table
@@ -1215,7 +1215,7 @@ ports.
 Use @code{-serial none} to disable all serial ports.
 
 Available character devices are:
address@hidden @code
address@hidden @option
 @item vc[:WxH]
 Virtual console. Optionally, a width and height can be given in pixel with
 @example
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]