summaryrefslogtreecommitdiffstats
path: root/man2/mincore.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mincore.2')
-rw-r--r--man2/mincore.216
1 files changed, 8 insertions, 8 deletions
diff --git a/man2/mincore.2 b/man2/mincore.2
index bc34562dc..2b0145faa 100644
--- a/man2/mincore.2
+++ b/man2/mincore.2
@@ -26,7 +26,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 mincore ():
@@ -133,7 +133,7 @@ Before Linux 2.6.21,
did not return correct information for
.B MAP_PRIVATE
mappings, or for nonlinear mappings (established using
-.BR remap_file_pages (2)).
+.MR remap_file_pages 2 ).
.\" Linux (up to now, 2.6.5),
.\" .B mincore
.\" does not return correct information for MAP_PRIVATE mappings:
@@ -150,9 +150,9 @@ mappings, or for nonlinear mappings (established using
.\" always fails with the error
.\" .BR ENOMEM .
.SH SEE ALSO
-.BR fincore (1),
-.BR madvise (2),
-.BR mlock (2),
-.BR mmap (2),
-.BR posix_fadvise (2),
-.BR posix_madvise (3)
+.MR fincore 1 ,
+.MR madvise 2 ,
+.MR mlock 2 ,
+.MR mmap 2 ,
+.MR posix_fadvise 2 ,
+.MR posix_madvise 3