summaryrefslogtreecommitdiffstats
path: root/man2/sync.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sync.2')
-rw-r--r--man2/sync.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/sync.2 b/man2/sync.2
index 1c0c7d7b4..b80a4a810 100644
--- a/man2/sync.2
+++ b/man2/sync.2
@@ -30,7 +30,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR sync ():
@@ -86,7 +86,7 @@ Disk space was exhausted while synchronizing.
.B EDQUOT
Data was written to a file on NFS or another filesystem which does not
allocate space at the time of a
-.BR write (2)
+.MR write 2
system call, and some previous write failed due to insufficient
storage space.
.SH VERSIONS
@@ -143,6 +143,6 @@ call.
Before Linux 1.3.20, Linux did not wait for I/O to complete
before returning.
.SH SEE ALSO
-.BR sync (1),
-.BR fdatasync (2),
-.BR fsync (2)
+.MR sync 1 ,
+.MR fdatasync 2 ,
+.MR fsync 2