summaryrefslogtreecommitdiffstats
path: root/man3/strnlen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strnlen.3')
-rw-r--r--man3/strnlen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strnlen.3 b/man3/strnlen.3
index 098d44ba6..adb767805 100644
--- a/man3/strnlen.3
+++ b/man3/strnlen.3
@@ -21,7 +21,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 strnlen ():
@@ -63,7 +63,7 @@ characters pointed to by
.IR s .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -80,4 +80,4 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2008.
.SH SEE ALSO
-.BR strlen (3)
+.MR strlen 3