From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Khs4q-0002Bi-Hg for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:32:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Khs4p-00029a-ED for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:32:11 -0400 Received: from [199.232.76.173] (port=50395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khs4p-00029A-5Z for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:32:11 -0400 Received: from moutng.kundenserver.de ([212.227.126.183]:49949) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Khs4o-0004bB-NJ for qemu-devel@nongnu.org; Mon, 22 Sep 2008 16:32:11 -0400 Message-ID: <48D800C7.2040000@mail.berlios.de> Date: Mon, 22 Sep 2008 22:32:07 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH] Fix formatting of documentation Content-Type: multipart/mixed; boundary="------------020200050608090902070702" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers This is a multi-part message in MIME format. --------------020200050608090902070702 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi, this patch fixes warnings from "make info". Please apply it to svn trunk. Thanks, Stefan --------------020200050608090902070702 Content-Type: text/x-diff; name="qemu-nbd.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qemu-nbd.patch" Fix formatting for documentation of nbd command line options. Signed-off-by: Stefan Weil Index: qemu-nbd.texi =================================================================== --- qemu-nbd.texi (Revision 5283) +++ qemu-nbd.texi (Arbeitskopie) @@ -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 --------------020200050608090902070702--