summaryrefslogtreecommitdiffstats
path: root/man3/ferror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ferror.3')
-rw-r--r--man3/ferror.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/ferror.3 b/man3/ferror.3
index 0baf2443a..f3ebd75f6 100644
--- a/man3/ferror.3
+++ b/man3/ferror.3
@@ -52,7 +52,7 @@ The error indicator can be reset only by the
function.
.P
For nonlocking counterparts, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
The
.BR feof ()
@@ -70,7 +70,7 @@ These functions should not fail and do not set
.IR errno .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -100,19 +100,19 @@ is valid.
Normally,
programs should read the return value of an input function,
such as
-.BR fgetc (3),
+.MR fgetc 3 ,
before using functions of the
-.BR feof (3)
+.MR feof 3
family.
Only when the function returned the sentinel value
.B EOF
it makes sense to distinguish between the end of a file or an error with
-.BR feof (3)
+.MR feof 3
or
-.BR ferror (3).
+.MR ferror 3 .
.SH SEE ALSO
-.BR open (2),
-.BR fdopen (3),
-.BR fileno (3),
-.BR stdio (3),
-.BR unlocked_stdio (3)
+.MR open 2 ,
+.MR fdopen 3 ,
+.MR fileno 3 ,
+.MR stdio 3 ,
+.MR unlocked_stdio 3