From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhsEK-0005yB-L3 for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:42:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhsEI-0005wt-Ua for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:42:00 -0400 Received: from [199.232.76.173] (port=58248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhsEI-0005wf-Jh for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:41:58 -0400 Received: from savannah.gnu.org ([199.232.41.3]:39672 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KhsEI-0003G5-Dv for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:41:58 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KhsEH-0001bZ-N6 for qemu-devel@nongnu.org; Mon, 22 Sep 2008 20:41:57 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KhsEH-0001bV-GH for qemu-devel@nongnu.org; Mon, 22 Sep 2008 20:41:57 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Mon, 22 Sep 2008 20:41:57 +0000 Subject: [Qemu-devel] [5301] Fix formatting of documentation (Stefan Weil) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5301 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5301 Author: aliguori Date: 2008-09-22 20:41:57 +0000 (Mon, 22 Sep 2008) Log Message: ----------- Fix formatting of documentation (Stefan Weil) Fix formatting for documentation of nbd command line options. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/qemu-nbd.texi Modified: trunk/qemu-nbd.texi =================================================================== --- trunk/qemu-nbd.texi 2008-09-22 20:34:18 UTC (rev 5300) +++ trunk/qemu-nbd.texi 2008-09-22 20:41:57 UTC (rev 5301) @@ -11,21 +11,21 @@ @c man end @c man begin OPTIONS -@table @var -@item filename +@table @option +@item @var{filename} is a disk image filename -@item -p, --port=PORT - port to listen on (default `1024') -@item -o, --offset=OFFSET +@item -p, --port=@var{port} + port to listen on (default @samp{1024}) +@item -o, --offset=@var{offset} offset into the image -@item -b, --bind=IFACE - interface to bind to (default `0.0.0.0') -@item -k, --socket=PATH - Use a unix socket with path PATH +@item -b, --bind=@var{iface} + interface to bind to (default @samp{0.0.0.0}) +@item -k, --socket=@var{path} + Use a unix socket with path @var{path} @item -r, --read-only export read-only -@item -P, --partition=NUM - only expose partition NUM +@item -P, --partition=@var{num} + only expose partition @var{num} @item -s, --snapshot use snapshot file @item -n, --nocache @@ -34,8 +34,8 @@ connect FILE to NBD device DEV @item -d, --disconnect disconnect the specified device -@item -e, --shared=NUM - device can be shared by NUM clients (default '1') +@item -e, --shared=@var{num} + device can be shared by @var{num} clients (default @samp{1}) @item -t, --persistent don't exit on the last connection @item -v, --verbose