summaryrefslogtreecommitdiffstats
path: root/man3/wcslen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcslen.3')
-rw-r--r--man3/wcslen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/wcslen.3 b/man3/wcslen.3
index ee30e6b42..a46f250bb 100644
--- a/man3/wcslen.3
+++ b/man3/wcslen.3
@@ -26,7 +26,7 @@ The
.BR wcslen ()
function is the wide-character equivalent
of the
-.BR strlen (3)
+.MR strlen 3
function.
It determines the length of the wide-character string pointed to
by
@@ -40,7 +40,7 @@ number of wide characters in
.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
@@ -59,7 +59,7 @@ POSIX.1-2001, C99.
.SH NOTES
In cases where the input buffer may not contain
a terminating null wide character,
-.BR wcsnlen (3)
+.MR wcsnlen 3
should be used instead.
.SH SEE ALSO
-.BR strlen (3)
+.MR strlen 3