summaryrefslogtreecommitdiffstats
path: root/man3/fgetc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fgetc.3')
-rw-r--r--man3/fgetc.338
1 files changed, 19 insertions, 19 deletions
diff --git a/man3/fgetc.3 b/man3/fgetc.3
index d92fd8413..8d5d817e5 100644
--- a/man3/fgetc.3
+++ b/man3/fgetc.3
@@ -78,7 +78,7 @@ calls to other input functions from the
library for the same input stream.
.P
For nonlocking counterparts, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
.BR fgetc (),
.BR getc (),
@@ -106,7 +106,7 @@ on success, or
on error.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -130,23 +130,23 @@ POSIX.1-2001, C89.
It is not advisable to mix calls to input functions from the
.I stdio
library with low-level calls to
-.BR read (2)
+.MR read 2
for the file descriptor associated with the input stream; the results
will be undefined and very probably not what you want.
.SH SEE ALSO
-.BR read (2),
-.BR write (2),
-.BR ferror (3),
-.BR fgetwc (3),
-.BR fgetws (3),
-.BR fopen (3),
-.BR fread (3),
-.BR fseek (3),
-.BR getline (3),
-.BR gets (3),
-.BR getwchar (3),
-.BR puts (3),
-.BR scanf (3),
-.BR ungetwc (3),
-.BR unlocked_stdio (3),
-.BR feature_test_macros (7)
+.MR read 2 ,
+.MR write 2 ,
+.MR ferror 3 ,
+.MR fgetwc 3 ,
+.MR fgetws 3 ,
+.MR fopen 3 ,
+.MR fread 3 ,
+.MR fseek 3 ,
+.MR getline 3 ,
+.MR gets 3 ,
+.MR getwchar 3 ,
+.MR puts 3 ,
+.MR scanf 3 ,
+.MR ungetwc 3 ,
+.MR unlocked_stdio 3 ,
+.MR feature_test_macros 7