diff options
Diffstat (limited to 'man3/stdio_ext.3')
| -rw-r--r-- | man3/stdio_ext.3 | 10 |
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 |
