From: Sitsofe Wheeler <sitsofe@yahoo.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH 1/2] qemu-nbd: Fix unintended texi verbatim formatting
Date: Wed, 30 Dec 2015 19:54:06 +0000 [thread overview]
Message-ID: <20151230195338.GA25149@sucs.org> (raw)
Indented lines in the texi meant the perlpod produced interpreted the
paragraph as being verbatim (thus formatting codes were not
interpreted). Fix this by un-indenting problem lines.
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
---
qemu-nbd.texi | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/qemu-nbd.texi b/qemu-nbd.texi
index 46fd483..26cc985 100644
--- a/qemu-nbd.texi
+++ b/qemu-nbd.texi
@@ -13,56 +13,56 @@ Export QEMU disk image using NBD protocol.
@c man begin OPTIONS
@table @option
@item @var{filename}
- is a disk image filename
+is a disk image filename
@item -p, --port=@var{port}
- port to listen on (default @samp{10809})
+port to listen on (default @samp{10809})
@item -o, --offset=@var{offset}
- offset into the image
+offset into the image
@item -b, --bind=@var{iface}
- interface to bind to (default @samp{0.0.0.0})
+interface to bind to (default @samp{0.0.0.0})
@item -k, --socket=@var{path}
- Use a unix socket with path @var{path}
+Use a unix socket with path @var{path}
@item -f, --format=@var{format}
- Set image format as @var{format}
+Set image format as @var{format}
@item -r, --read-only
- export read-only
+export read-only
@item -P, --partition=@var{num}
- only expose partition @var{num}
+only expose partition @var{num}
@item -s, --snapshot
- use @var{filename} as an external snapshot, create a temporary
- file with backing_file=@var{filename}, redirect the write to
- the temporary one
+use @var{filename} as an external snapshot, create a temporary
+file with backing_file=@var{filename}, redirect the write to
+the temporary one
@item -l, --load-snapshot=@var{snapshot_param}
- load an internal snapshot inside @var{filename} and export it
- as an read-only device, @var{snapshot_param} format is
- 'snapshot.id=[ID],snapshot.name=[NAME]' or '[ID_OR_NAME]'
+load an internal snapshot inside @var{filename} and export it
+as an read-only device, @var{snapshot_param} format is
+'snapshot.id=[ID],snapshot.name=[NAME]' or '[ID_OR_NAME]'
@item -n, --nocache
@itemx --cache=@var{cache}
- set cache mode to be used with the file. See the documentation of
- the emulator's @code{-drive cache=...} option for allowed values.
+set cache mode to be used with the file. See the documentation of
+the emulator's @code{-drive cache=...} option for allowed values.
@item --aio=@var{aio}
- choose asynchronous I/O mode between @samp{threads} (the default)
- and @samp{native} (Linux only).
+choose asynchronous I/O mode between @samp{threads} (the default)
+and @samp{native} (Linux only).
@item --discard=@var{discard}
- toggles whether @dfn{discard} (also known as @dfn{trim} or @dfn{unmap})
- requests are ignored or passed to the filesystem. The default is no
- (@samp{--discard=ignore}).
+toggles whether @dfn{discard} (also known as @dfn{trim} or @dfn{unmap})
+requests are ignored or passed to the filesystem. The default is no
+(@samp{--discard=ignore}).
@item -c, --connect=@var{dev}
- connect @var{filename} to NBD device @var{dev}
+connect @var{filename} to NBD device @var{dev}
@item -d, --disconnect
- disconnect the specified device
+disconnect the specified device
@item -e, --shared=@var{num}
- device can be shared by @var{num} clients (default @samp{1})
+device can be shared by @var{num} clients (default @samp{1})
@item -f, --format=@var{fmt}
- force block driver for format @var{fmt} instead of auto-detecting
+force block driver for format @var{fmt} instead of auto-detecting
@item -t, --persistent
- don't exit on the last connection
+don't exit on the last connection
@item -v, --verbose
- display extra debugging information
+display extra debugging information
@item -h, --help
- display this help and exit
+display this help and exit
@item -V, --version
- output version information and exit
+output version information and exit
@end table
@c man end
--
2.4.3
--
Sitsofe | http://sucs.org/~sits/
next reply other threads:[~2015-12-30 19:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-30 19:54 Sitsofe Wheeler [this message]
2015-12-30 19:57 ` [Qemu-devel] [PATCH 2/2] qemu-nbd: Minor texi updates Sitsofe Wheeler
2016-01-04 18:16 ` Eric Blake
2016-01-05 7:44 ` Sitsofe Wheeler
2016-01-04 18:09 ` [Qemu-devel] [PATCH 1/2] qemu-nbd: Fix unintended texi verbatim formatting Eric Blake
2016-01-11 8:07 ` Michael Tokarev
2016-01-11 8:08 ` Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151230195338.GA25149@sucs.org \
--to=sitsofe@yahoo.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).