summaryrefslogtreecommitdiffstats
path: root/man3/wcsnlen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsnlen.3')
-rw-r--r--man3/wcsnlen.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wcsnlen.3 b/man3/wcsnlen.3
index cd7dd6642..2bf8e1035 100644
--- a/man3/wcsnlen.3
+++ b/man3/wcsnlen.3
@@ -23,7 +23,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 wcsnlen ():
@@ -38,7 +38,7 @@ The
.BR wcsnlen ()
function is the wide-character equivalent
of the
-.BR strnlen (3)
+.MR strnlen 3
function.
It returns the number of wide-characters in the string pointed to by
.IR s ,
@@ -70,7 +70,7 @@ wide 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
@@ -87,5 +87,5 @@ POSIX.1-2008.
.SH HISTORY
glibc 2.1.
.SH SEE ALSO
-.BR strnlen (3),
-.BR wcslen (3)
+.MR strnlen 3 ,
+.MR wcslen 3