summaryrefslogtreecommitdiffstats
path: root/man3/wcscasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcscasecmp.3')
-rw-r--r--man3/wcscasecmp.315
1 files changed, 8 insertions, 7 deletions
diff --git a/man3/wcscasecmp.3 b/man3/wcscasecmp.3
index 88d88b2a3..47be00b5c 100644
--- a/man3/wcscasecmp.3
+++ b/man3/wcscasecmp.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 wcscasecmp ():
@@ -37,7 +37,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR wcscasecmp ()
function is the wide-character equivalent of the
-.BR strcasecmp (3)
+.MR strcasecmp 3
function.
It compares the wide-character string pointed to
by
@@ -46,8 +46,9 @@ and the wide-character string pointed to by
.IR s2 ,
ignoring
case differences
-.RB ( towupper (3),
-.BR towlower (3)).
+\%(\c
+.MR towupper 3 ,
+.MR towlower 3 ).
.SH RETURN VALUE
The
.BR wcscasecmp ()
@@ -71,7 +72,7 @@ than
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
@@ -95,5 +96,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR strcasecmp (3),
-.BR wcscmp (3)
+.MR strcasecmp 3 ,
+.MR wcscmp 3