[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in m
From: |
Eric Blake |
Subject: |
Re: [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in man |
Date: |
Thu, 7 Sep 2023 17:01:54 -0500 |
User-agent: |
NeoMutt/20230517 |
On Wed, Sep 06, 2023 at 11:32:09AM +0200, Denis V. Lunev wrote:
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> CC: Eric Blake <eblake@redhat.com>
> CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
> ---
> docs/tools/qemu-nbd.rst | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/docs/tools/qemu-nbd.rst b/docs/tools/qemu-nbd.rst
> index faf6349ea5..5c48ee7345 100644
> --- a/docs/tools/qemu-nbd.rst
> +++ b/docs/tools/qemu-nbd.rst
> @@ -197,7 +197,9 @@ driver options if :option:`--image-opts` is specified.
>
> .. option:: -v, --verbose
>
> - Display extra debugging information.
> + Display extra debugging information. This option also keeps opened original
> + *STDERR* stream if ``qemu-nbd`` process is daemonized due to other options
> + like :option:`--fork` or :option:`-c`.
As a native speaker, I find the following a bit easier to parse:
This option also keeps the original *STDERR* stream open if ...
I can make that touchup as part of queuing the series.
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
- Re: [PATCH 1/8] qemu-nbd: improve error message for dup2 error, (continued)
- [PATCH 4/8] qemu-nbd: put saddr into into struct NbdClientOpts, Denis V. Lunev, 2023/09/06
- [PATCH 5/8] qemu-nbd: invent nbd_client_release_pipe() helper, Denis V. Lunev, 2023/09/06
- [PATCH 8/8] qemu-nbd: fix formatting in main(), Denis V. Lunev, 2023/09/06
- [PATCH 6/8] qemu-nbd: Restore "qemu-nbd -v --fork" output, Denis V. Lunev, 2023/09/06
- [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in man, Denis V. Lunev, 2023/09/06
- Re: [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in man,
Eric Blake <=
- [PATCH 3/8] qemu-nbd: move srcpath into struct NbdClientOpts, Denis V. Lunev, 2023/09/06