Revision 4a6b819c qemu-nbd.texi

b/qemu-nbd.texi
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 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

Also available in: Unified diff