OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man3 / ferror.3
index 505035d..c78a4ea 100644 (file)
@@ -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