summaryrefslogtreecommitdiff
path: root/man2/msync.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/msync.2
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
Fix redundant formatting macros
Diffstat (limited to 'man2/msync.2')
-rw-r--r--man2/msync.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/msync.2 b/man2/msync.2
index acd5f6bb..afd08357 100644
--- a/man2/msync.2
+++ b/man2/msync.2
@@ -72,13 +72,13 @@ On error, \-1 is returned, and
is set appropriately.
.SH ERRORS
.TP
-.BR EBUSY
+.B EBUSY
.B MS_INVALIDATE
was specified in
.IR flags ,
and a memory lock exists for the specified address range.
.TP
-.BR EINVAL
+.B EINVAL
.I start
is not a multiple of PAGESIZE; or any bit other than
.BR MS_ASYNC " | " MS_INVALIDATE " | " MS_SYNC