aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-22 22:43:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-22 23:06:02 +0200
commit6280809fb89b42aa05cb8649286f4491614b98dd (patch)
treea18870f265182e9b174d39abb823e2bfc4197cc1 /man2
parentfbe553e912adb7f7aecd645aa2ad3270de25f79c (diff)
downloadman-pages-6280809fb89b42aa05cb8649286f4491614b98dd.tar.gz
openat2.2, loop.4: tfix: s/non-zero/nonzero/
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/openat2.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/openat2.2 b/man2/openat2.2
index 53056ee6d2..ff5204040d 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 .