summaryrefslogtreecommitdiffstats
path: root/man3/wcsncasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsncasecmp.3')
-rw-r--r--man3/wcsncasecmp.315
1 files changed, 8 insertions, 7 deletions
diff --git a/man3/wcsncasecmp.3 b/man3/wcsncasecmp.3
index dba58b747..25b2ef8ea 100644
--- a/man3/wcsncasecmp.3
+++ b/man3/wcsncasecmp.3
@@ -24,7 +24,7 @@ ize_t " n );
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR wcsncasecmp ():
@@ -38,7 +38,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR wcsncasecmp ()
function is the wide-character equivalent of the
-.BR strncasecmp (3)
+.MR strncasecmp 3
function.
It compares the wide-character string pointed to
by
@@ -49,8 +49,9 @@ pointed to by
but at most
.I n
wide characters from each string, ignoring case differences
-.RB ( towupper (3),
-.BR towlower (3)).
+\%(\c
+.MR towupper 3 ,
+.MR towlower 3 ).
.SH RETURN VALUE
The
.BR wcsncasecmp ()
@@ -77,7 +78,7 @@ is smaller than truncated
ignoring case.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -101,5 +102,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR strncasecmp (3),
-.BR wcsncmp (3)
+.MR strncasecmp 3 ,
+.MR wcsncmp 3