aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdio_ext.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 22:02:19 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 22:02:19 +0000
commitc382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d (patch)
tree4d7413e2a157d8b24a67a5427b9f23f54c64c277 /man3/stdio_ext.3
parente41589248673be34a9997f519b08302c50a22d04 (diff)
downloadman-pages-c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d.tar.gz
hyphenation fixes
Diffstat (limited to 'man3/stdio_ext.3')
-rw-r--r--man3/stdio_ext.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3
index 6ce28028cd..e962eb9b41 100644
--- a/man3/stdio_ext.3
+++ b/man3/stdio_ext.3
@@ -68,28 +68,28 @@ or opened read-only.
.LP
The
.BR __flbf ()
-function returns a non-zero value if the stream is line-buffered,
+function returns a nonzero value if the stream is line-buffered,
and zero otherwise.
.LP
The
.BR __freadable ()
-function returns a non-zero value if the stream allows reading,
+function returns a nonzero value if the stream allows reading,
and zero otherwise.
.LP
The
.BR __fwritable ()
-function returns a non-zero value if the stream allows writing,
+function returns a nonzero value if the stream allows writing,
and zero otherwise.
.LP
The
.BR __freading ()
-function returns a non-zero value if the stream is read-only, or
+function returns a nonzero value if the stream is read-only, or
if the last operation on the stream was a read operation,
and zero otherwise.
.LP
The
.BR __fwriting ()
-function returns a non-zero value if the stream is write-only (or
+function returns a nonzero value if the stream is write-only (or
append-only), or if the last operation on the stream was a write
operation, and zero otherwise.
.LP