summaryrefslogtreecommitdiffstats
path: root/man3/fpurge.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fpurge.3')
-rw-r--r--man3/fpurge.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fpurge.3 b/man3/fpurge.3
index 8b928f5f3..e493f8eb4 100644
--- a/man3/fpurge.3
+++ b/man3/fpurge.3
@@ -29,11 +29,11 @@ clears the buffers of the given stream.
For output streams this discards any unwritten output.
For input streams this discards any input read from the underlying object
but not yet obtained via
-.BR getc (3);
+.MR getc 3 ;
this includes any text pushed back via
-.BR ungetc (3).
+.MR ungetc 3 .
See also
-.BR fflush (3).
+.MR fflush 3 .
.P
The function
.BR __fpurge ()
@@ -52,7 +52,7 @@ to indicate the error.
is not an open stream.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -78,6 +78,6 @@ Solaris, glibc 2.1.95.
Usually it is a mistake to want to discard input buffers.
.SH SEE ALSO
.\" .BR fclean (3),
-.BR fflush (3),
-.BR setbuf (3),
-.BR stdio_ext (3)
+.MR fflush 3 ,
+.MR setbuf 3 ,
+.MR stdio_ext 3