summaryrefslogtreecommitdiffstats
path: root/man3/fflush.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fflush.3')
-rw-r--r--man3/fflush.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/fflush.3 b/man3/fflush.3
index 6590af5e8..72ce55b29 100644
--- a/man3/fflush.3
+++ b/man3/fflush.3
@@ -53,7 +53,7 @@ open output streams.
.\" Also verified for glibc by experiment.
.P
For a nonlocking counterpart, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
Upon successful completion 0 is returned.
Otherwise,
@@ -72,10 +72,10 @@ The function
may also fail and set
.I errno
for any of the errors specified for
-.BR write (2).
+.MR write 2 .
.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,16 +100,16 @@ Note that
flushes only the user-space buffers provided by the C library.
To ensure that the data is physically stored on disk
the kernel buffers must be flushed too, for example, with
-.BR sync (2)
+.MR sync 2
or
-.BR fsync (2).
+.MR fsync 2 .
.SH SEE ALSO
-.BR fsync (2),
-.BR sync (2),
-.BR write (2),
-.BR fclose (3),
-.BR fileno (3),
-.BR fopen (3),
-.BR fpurge (3),
-.BR setbuf (3),
-.BR unlocked_stdio (3)
+.MR fsync 2 ,
+.MR sync 2 ,
+.MR write 2 ,
+.MR fclose 3 ,
+.MR fileno 3 ,
+.MR fopen 3 ,
+.MR fpurge 3 ,
+.MR setbuf 3 ,
+.MR unlocked_stdio 3