Commit 4a6b819c09473acc362a9959603017a549d85ce3
1 parent
c6488268
Fix formatting of documentation (Stefan Weil)
Fix formatting for documentation of nbd command line options. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5301 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
13 additions
and
13 deletions
qemu-nbd.texi
| ... | ... | @@ -11,21 +11,21 @@ Export Qemu disk image using NBD protocol. |
| 11 | 11 | @c man end |
| 12 | 12 | |
| 13 | 13 | @c man begin OPTIONS |
| 14 | -@table @var | |
| 15 | -@item filename | |
| 14 | +@table @option | |
| 15 | +@item @var{filename} | |
| 16 | 16 | is a disk image filename |
| 17 | -@item -p, --port=PORT | |
| 18 | - port to listen on (default `1024') | |
| 19 | -@item -o, --offset=OFFSET | |
| 17 | +@item -p, --port=@var{port} | |
| 18 | + port to listen on (default @samp{1024}) | |
| 19 | +@item -o, --offset=@var{offset} | |
| 20 | 20 | offset into the image |
| 21 | -@item -b, --bind=IFACE | |
| 22 | - interface to bind to (default `0.0.0.0') | |
| 23 | -@item -k, --socket=PATH | |
| 24 | - Use a unix socket with path PATH | |
| 21 | +@item -b, --bind=@var{iface} | |
| 22 | + interface to bind to (default @samp{0.0.0.0}) | |
| 23 | +@item -k, --socket=@var{path} | |
| 24 | + Use a unix socket with path @var{path} | |
| 25 | 25 | @item -r, --read-only |
| 26 | 26 | export read-only |
| 27 | -@item -P, --partition=NUM | |
| 28 | - only expose partition NUM | |
| 27 | +@item -P, --partition=@var{num} | |
| 28 | + only expose partition @var{num} | |
| 29 | 29 | @item -s, --snapshot |
| 30 | 30 | use snapshot file |
| 31 | 31 | @item -n, --nocache |
| ... | ... | @@ -34,8 +34,8 @@ Export Qemu disk image using NBD protocol. |
| 34 | 34 | connect FILE to NBD device DEV |
| 35 | 35 | @item -d, --disconnect |
| 36 | 36 | disconnect the specified device |
| 37 | -@item -e, --shared=NUM | |
| 38 | - device can be shared by NUM clients (default '1') | |
| 37 | +@item -e, --shared=@var{num} | |
| 38 | + device can be shared by @var{num} clients (default @samp{1}) | |
| 39 | 39 | @item -t, --persistent |
| 40 | 40 | don't exit on the last connection |
| 41 | 41 | @item -v, --verbose | ... | ... |