summaryrefslogtreecommitdiffstats
path: root/man3/strcoll.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcoll.3')
-rw-r--r--man3/strcoll.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/strcoll.3 b/man3/strcoll.3
index 9706a6e7b..d7d3b94b7 100644
--- a/man3/strcoll.3
+++ b/man3/strcoll.3
@@ -38,7 +38,7 @@ strings interpreted as appropriate for the program's current locale
for category
.BR LC_COLLATE .
(See
-.BR setlocale (3).)
+.MR setlocale 3 .)
.SH RETURN VALUE
The
.BR strcoll ()
@@ -52,7 +52,7 @@ when both are interpreted
as appropriate for the current locale.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,11 +76,11 @@ or
locales
.BR strcoll ()
is equivalent to
-.BR strcmp (3).
+.MR strcmp 3 .
.SH SEE ALSO
-.BR memcmp (3),
-.BR setlocale (3),
-.BR strcasecmp (3),
-.BR strcmp (3),
-.BR string (3),
-.BR strxfrm (3)
+.MR memcmp 3 ,
+.MR setlocale 3 ,
+.MR strcasecmp 3 ,
+.MR strcmp 3 ,
+.MR string 3 ,
+.MR strxfrm 3