linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] openat2.2, loop.4: tfix: s/non-zero/nonzero/
@ 2020-10-22 20:43 Alejandro Colomar
  2020-10-22 21:20 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2020-10-22 20:43 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---

Hi Michael,

I saw your tfix and found a few more instances of non-zero.

Best,

Alex

 man2/openat2.2 | 6 +++---
 man4/loop.4    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man2/openat2.2 b/man2/openat2.2
index 53056ee6d..ff5204040 100644
--- a/man2/openat2.2
+++ b/man2/openat2.2
@@ -169,7 +169,7 @@ contains bits other than
 .IR 07777 .
 Similarly, an error is returned if
 .BR openat2 ()
-is called with a non-zero
+is called with a nonzero
 .IR how.mode
 and
 .IR how.flags
@@ -427,7 +427,7 @@ An unknown flag or invalid value was specified in
 .TP
 .B EINVAL
 .I mode
-is non-zero, but
+is nonzero, but
 .I how.flags
 does not contain
 .BR O_CREAT
@@ -535,7 +535,7 @@ is aware of but which the kernel does not support.
 Because any extension field must have its zero values signify a no-op,
 the kernel can
 safely ignore the unsupported extension fields if they are all-zero.
-If any unsupported extension fields are non-zero, then \-1 is returned and
+If any unsupported extension fields are nonzero, then \-1 is returned and
 .I errno
 is set to
 .BR E2BIG .
diff --git a/man4/loop.4 b/man4/loop.4
index 1b5d05666..b7f82e5d4 100644
--- a/man4/loop.4
+++ b/man4/loop.4
@@ -174,7 +174,7 @@ it can be used to open backing file.
 The (third)
 .BR ioctl (2)
 argument is an unsigned long value.
-A non-zero represents direct I/O mode.
+A nonzero represents direct I/O mode.
 .TP
 .BR LOOP_SET_BLOCK_SIZE " (since Linux 4.14)"
 .\" commit 89e4fdecb51cf5535867026274bc97de9480ade5
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] openat2.2, loop.4: tfix: s/non-zero/nonzero/
  2020-10-22 20:43 [PATCH] openat2.2, loop.4: tfix: s/non-zero/nonzero/ Alejandro Colomar
@ 2020-10-22 21:20 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-22 21:20 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

Hello Alex,

On 10/22/20 10:43 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
> 
> Hi Michael,
> 
> I saw your tfix and found a few more instances of non-zero.

:-)

Thanks! Patch applied.

Cheers,

Michael

> Best,
> 
> Alex
> 
>  man2/openat2.2 | 6 +++---
>  man4/loop.4    | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/man2/openat2.2 b/man2/openat2.2
> index 53056ee6d..ff5204040 100644
> --- a/man2/openat2.2
> +++ b/man2/openat2.2
> @@ -169,7 +169,7 @@ contains bits other than
>  .IR 07777 .
>  Similarly, an error is returned if
>  .BR openat2 ()
> -is called with a non-zero
> +is called with a nonzero
>  .IR how.mode
>  and
>  .IR how.flags
> @@ -427,7 +427,7 @@ An unknown flag or invalid value was specified in
>  .TP
>  .B EINVAL
>  .I mode
> -is non-zero, but
> +is nonzero, but
>  .I how.flags
>  does not contain
>  .BR O_CREAT
> @@ -535,7 +535,7 @@ is aware of but which the kernel does not support.
>  Because any extension field must have its zero values signify a no-op,
>  the kernel can
>  safely ignore the unsupported extension fields if they are all-zero.
> -If any unsupported extension fields are non-zero, then \-1 is returned and
> +If any unsupported extension fields are nonzero, then \-1 is returned and
>  .I errno
>  is set to
>  .BR E2BIG .
> diff --git a/man4/loop.4 b/man4/loop.4
> index 1b5d05666..b7f82e5d4 100644
> --- a/man4/loop.4
> +++ b/man4/loop.4
> @@ -174,7 +174,7 @@ it can be used to open backing file.
>  The (third)
>  .BR ioctl (2)
>  argument is an unsigned long value.
> -A non-zero represents direct I/O mode.
> +A nonzero represents direct I/O mode.
>  .TP
>  .BR LOOP_SET_BLOCK_SIZE " (since Linux 4.14)"
>  .\" commit 89e4fdecb51cf5535867026274bc97de9480ade5
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-22 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 20:43 [PATCH] openat2.2, loop.4: tfix: s/non-zero/nonzero/ Alejandro Colomar
2020-10-22 21:20 ` Michael Kerrisk (man-pages)

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).