diff mbox series

[7/8] qemu-nbd: document -v behavior in respect to --fork in man

Message ID 20230906093210.339585-8-den@openvz.org
State New
Headers show
Series qemu-nbd: Restore "qemu-nbd -v --fork" output | expand

Commit Message

Denis V. Lunev Sept. 6, 2023, 9:32 a.m. UTC
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(-)

Comments

Eric Blake Sept. 7, 2023, 10:01 p.m. UTC | #1
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>
Denis V. Lunev Sept. 7, 2023, 10:03 p.m. UTC | #2
On 9/8/23 00:01, Eric Blake wrote:
> 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>
>
That would be great, thanks!
diff mbox series

Patch

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`.
 
 .. option:: -h, --help