summaryrefslogtreecommitdiffstats
path: root/man3/strlen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strlen.3')
-rw-r--r--man3/strlen.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/strlen.3 b/man3/strlen.3
index 6d759bd78..56bf8855e 100644
--- a/man3/strlen.3
+++ b/man3/strlen.3
@@ -33,7 +33,7 @@ function returns the number of bytes in the string 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
@@ -52,10 +52,10 @@ POSIX.1-2001, C89, SVr4, 4.3BSD.
.SH NOTES
In cases where the input buffer may not contain
a terminating null byte,
-.BR strnlen (3)
+.MR strnlen 3
should be used instead.
.SH SEE ALSO
-.BR string (3),
-.BR strnlen (3),
-.BR wcslen (3),
-.BR wcsnlen (3)
+.MR string 3 ,
+.MR strnlen 3 ,
+.MR wcslen 3 ,
+.MR wcsnlen 3