diff options
Diffstat (limited to 'man3/ferror.3')
-rw-r--r-- | man3/ferror.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/ferror.3 b/man3/ferror.3 index 7386e8586..e2b841241 100644 --- a/man3/ferror.3 +++ b/man3/ferror.3 @@ -70,7 +70,7 @@ The function .BR feof () tests the end-of-file indicator for the stream pointed to by .IR stream , -returning non-zero if it is set. +returning nonzero if it is set. The end-of-file indicator can only be cleared by the function .BR clearerr (). @@ -79,7 +79,7 @@ The function .BR ferror () tests the error indicator for the stream pointed to by .IR stream , -returning non-zero if it is set. +returning nonzero if it is set. The error indicator can only be reset by the .BR clearerr () function. |