From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0bnN-0004OP-7E for qemu-devel@nongnu.org; Mon, 05 Sep 2011 12:13:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0bnL-0004Bx-78 for qemu-devel@nongnu.org; Mon, 05 Sep 2011 12:13:13 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:38008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0bnL-0004Bi-2c for qemu-devel@nongnu.org; Mon, 05 Sep 2011 12:13:11 -0400 From: Stefan Weil Date: Mon, 5 Sep 2011 18:13:03 +0200 Message-Id: <1315239183-15631-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] qemu-options: Improve help texts for options which depend on configure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Stefan Hajnoczi * Replace "available only" by the more common "only available". * Tracing options depend on the configuration of the QEMU executable, so clarify the help text for both options. Cc: Stefan Hajnoczi Signed-off-by: Stefan Weil --- qemu-options.hx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 659ecb2..552d41c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1412,7 +1412,7 @@ qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \ Connect VLAN @var{n} to PORT @var{n} of a vde switch running on host and listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname} and MODE @var{octalmode} to change default ownership and permissions for -communication port. This option is available only if QEMU has been compiled +communication port. This option is only available if QEMU has been compiled with vde support enabled. Example: @@ -2453,13 +2453,13 @@ Specify tracing options. Immediately enable events listed in @var{file}. The file must contain one event name (as listed in the @var{trace-events} file) per line. - -This option is only available when using the @var{simple} and @var{stderr} -tracing backends. +This option is only available if QEMU has been compiled with +either @var{simple} or @var{stderr} tracing backend. @item file=@var{file} Log output traces to @var{file}. -This option is only available when using the @var{simple} tracing backend. +This option is only available if QEMU has been compiled with +the @var{simple} tracing backend. @end table ETEXI -- 1.7.2.5