summaryrefslogtreecommitdiff
path: root/man3/ferror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ferror.3')
-rw-r--r--man3/ferror.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/ferror.3 b/man3/ferror.3
index 505035de..c78a4eac 100644
--- a/man3/ferror.3
+++ b/man3/ferror.3
@@ -73,8 +73,7 @@ The function
tests the end-of-file indicator for the stream pointed to by
.IR stream ,
returning nonzero if it is set.
-The end-of-file indicator can only be
-cleared by the function
+The end-of-file indicator can be cleared only by the function
.BR clearerr ().
.PP
The function
@@ -82,7 +81,7 @@ The function
tests the error indicator for the stream pointed to by
.IR stream ,
returning nonzero if it is set.
-The error indicator can only be reset by the
+The error indicator can be reset only by the
.BR clearerr ()
function.
.PP