From patchwork Wed Jan 6 19:33:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Rogers X-Patchwork-Id: 42322 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 443D3B6EFE for ; Thu, 7 Jan 2010 06:34:56 +1100 (EST) Received: from localhost ([127.0.0.1]:37021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSbee-0006JD-Uf for incoming@patchwork.ozlabs.org; Wed, 06 Jan 2010 14:34:52 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSbdw-0006FM-ON for qemu-devel@nongnu.org; Wed, 06 Jan 2010 14:34:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSbds-000678-Fa for qemu-devel@nongnu.org; Wed, 06 Jan 2010 14:34:08 -0500 Received: from [199.232.76.173] (port=47130 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSbds-00066h-8g for qemu-devel@nongnu.org; Wed, 06 Jan 2010 14:34:04 -0500 Received: from sinclair.provo.novell.com ([137.65.248.137]:38067) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSbdr-0001LE-JU for qemu-devel@nongnu.org; Wed, 06 Jan 2010 14:34:04 -0500 Received: from INET-PRV-MTA by sinclair.provo.novell.com with Novell_GroupWise; Wed, 06 Jan 2010 12:34:00 -0700 Message-Id: <4B448335020000480008AA71@sinclair.provo.novell.com> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Wed, 06 Jan 2010 12:33:57 -0700 From: "Bruce Rogers" To: Mime-Version: 1.0 Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: Novell Netware 6 SP3 Subject: [Qemu-devel] [PATCH] make help output be a little more self-consistent X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Bruce Rogers --- qemu-options.hx | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index ecd50eb..20b696d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -42,7 +42,7 @@ DEF("smp", HAS_ARG, QEMU_OPTION_smp, "-smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]\n" " set the number of CPUs to 'n' [default=1]\n" " maxcpus= maximum number of total cpus, including\n" - " offline CPUs for hotplug etc.\n" + " offline CPUs for hotplug, etc\n" " cores= number of CPU cores on one socket\n" " threads= number of threads on one CPU core\n" " sockets= number of discrete sockets in the system\n") @@ -405,8 +405,9 @@ ETEXI DEF("device", HAS_ARG, QEMU_OPTION_device, "-device driver[,options] add device\n") DEF("name", HAS_ARG, QEMU_OPTION_name, - "-name string1[,process=string2] set the name of the guest\n" - " string1 sets the window title and string2 the process name (on Linux)\n") + "-name string1[,process=string2]\n" + " set the name of the guest\n" + " string1 sets the window title and string2 the process name (on Linux)\n") STEXI @item -name @var{name} Sets the @var{name} of the guest. @@ -483,7 +484,7 @@ ETEXI #ifdef CONFIG_SDL DEF("ctrl-grab", 0, QEMU_OPTION_ctrl_grab, - "-ctrl-grab use Right-Ctrl to grab mouse (instead of Ctrl-Alt)\n") + "-ctrl-grab use Right-Ctrl to grab mouse (instead of Ctrl-Alt)\n") #endif STEXI @item -ctrl-grab @@ -756,12 +757,12 @@ ETEXI #ifdef TARGET_I386 DEF("smbios", HAS_ARG, QEMU_OPTION_smbios, "-smbios file=binary\n" - " Load SMBIOS entry from binary file\n" + " load SMBIOS entry from binary file\n" "-smbios type=0[,vendor=str][,version=str][,date=str][,release=%%d.%%d]\n" - " Specify SMBIOS type 0 fields\n" + " specify SMBIOS type 0 fields\n" "-smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str]\n" " [,uuid=uuid][,sku=str][,family=str]\n" - " Specify SMBIOS type 1 fields\n") + " specify SMBIOS type 1 fields\n") #endif STEXI @item -smbios file=@var{binary} @@ -816,13 +817,13 @@ DEF("net", HAS_ARG, QEMU_OPTION_net, "-net tap[,vlan=n][,name=str][,fd=h][,ifname=name][,script=file][,downscript=dfile][,sndbuf=nbytes][,vnet_hdr=on|off]\n" " connect the host TAP network interface to VLAN 'n' and use the\n" " network scripts 'file' (default=%s)\n" - " and 'dfile' (default=%s);\n" - " use '[down]script=no' to disable script execution;\n" + " and 'dfile' (default=%s)\n" + " use '[down]script=no' to disable script execution\n" " use 'fd=h' to connect to an already opened TAP interface\n" - " use 'sndbuf=nbytes' to limit the size of the send buffer; the\n" - " default of 'sndbuf=1048576' can be disabled using 'sndbuf=0'\n" - " use vnet_hdr=off to avoid enabling the IFF_VNET_HDR tap flag; use\n" - " vnet_hdr=on to make the lack of IFF_VNET_HDR support an error condition\n" + " use 'sndbuf=nbytes' to limit the size of the send buffer (the\n" + " default of 'sndbuf=1048576' can be disabled using 'sndbuf=0')\n" + " use vnet_hdr=off to avoid enabling the IFF_VNET_HDR tap flag\n" + " use vnet_hdr=on to make the lack of IFF_VNET_HDR support an error condition\n" #endif "-net socket[,vlan=n][,name=str][,fd=h][,listen=[host]:port][,connect=host:port]\n" " connect the vlan 'n' to another VLAN using a socket connection\n" @@ -837,7 +838,7 @@ DEF("net", HAS_ARG, QEMU_OPTION_net, #endif "-net dump[,vlan=n][,file=f][,len=n]\n" " dump traffic on vlan 'n' to file 'f' (max n bytes per packet)\n" - "-net none use it alone to have zero network devices; if no -net option\n" + "-net none use it alone to have zero network devices. If no -net option\n" " is provided, the default is '-net nic -net user'\n") DEF("netdev", HAS_ARG, QEMU_OPTION_netdev, "-netdev [" @@ -1589,7 +1590,7 @@ The default device is @code{vc} in graphical mode and @code{stdio} in non graphical mode. ETEXI DEF("qmp", HAS_ARG, QEMU_OPTION_qmp, \ - "-qmp dev like -monitor but opens in 'control' mode.\n") + "-qmp dev like -monitor but opens in 'control' mode\n") DEF("mon", HAS_ARG, QEMU_OPTION_mon, \ "-mon chardev=[name][,mode=readline|control][,default]\n") @@ -1607,7 +1608,7 @@ from a script. ETEXI DEF("singlestep", 0, QEMU_OPTION_singlestep, \ - "-singlestep always run in singlestep mode\n") + "-singlestep always run in singlestep mode\n") STEXI @item -singlestep Run the emulation in single step mode. @@ -1891,13 +1892,13 @@ STEXI ETEXI DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \ - "-nodefaults don't create default devices.\n") + "-nodefaults don't create default devices\n") STEXI ETEXI #ifndef _WIN32 DEF("chroot", HAS_ARG, QEMU_OPTION_chroot, \ - "-chroot dir Chroot to dir just before starting the VM.\n") + "-chroot dir chroot to dir just before starting the VM\n") #endif STEXI @item -chroot @var{dir} @@ -1907,7 +1908,7 @@ ETEXI #ifndef _WIN32 DEF("runas", HAS_ARG, QEMU_OPTION_runas, \ - "-runas user Change to user id user just before starting the VM.\n") + "-runas user change to user id user just before starting the VM\n") #endif STEXI @item -runas @var{user}