summaryrefslogtreecommitdiffstats
path: root/man3/strxfrm.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strxfrm.3')
-rw-r--r--man3/strxfrm.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/strxfrm.3 b/man3/strxfrm.3
index ccc994b42..4e50530e8 100644
--- a/man3/strxfrm.3
+++ b/man3/strxfrm.3
@@ -29,12 +29,12 @@ function transforms the
.I src
string into a
form such that the result of
-.BR strcmp (3)
+.MR strcmp 3
on two strings that have
been transformed with
.BR strxfrm ()
is the same as the result of
-.BR strcoll (3)
+.MR strcoll 3
on the two strings before their transformation.
The first
.I n
@@ -44,7 +44,7 @@ The transformation is based on the program's current
locale for category
.BR LC_COLLATE .
(See
-.BR setlocale (3)).
+.MR setlocale 3 ).
.SH RETURN VALUE
The
.BR strxfrm ()
@@ -61,7 +61,7 @@ contents of
are indeterminate.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -78,9 +78,9 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C89, SVr4, 4.3BSD.
.SH SEE ALSO
-.BR memcmp (3),
-.BR setlocale (3),
-.BR strcasecmp (3),
-.BR strcmp (3),
-.BR strcoll (3),
-.BR string (3)
+.MR memcmp 3 ,
+.MR setlocale 3 ,
+.MR strcasecmp 3 ,
+.MR strcmp 3 ,
+.MR strcoll 3 ,
+.MR string 3