summaryrefslogtreecommitdiffstats
path: root/man3/wcscmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcscmp.3')
-rw-r--r--man3/wcscmp.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wcscmp.3 b/man3/wcscmp.3
index 529edfaeb..57ac4ccad 100644
--- a/man3/wcscmp.3
+++ b/man3/wcscmp.3
@@ -26,7 +26,7 @@ The
.BR wcscmp ()
function is the wide-character equivalent
of the
-.BR strcmp (3)
+.MR strcmp 3
function.
It compares the wide-character string pointed to by
.I s1
@@ -57,7 +57,7 @@ is less than
.IR s2[i] .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -74,6 +74,6 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strcmp (3),
-.BR wcscasecmp (3),
-.BR wmemcmp (3)
+.MR strcmp 3 ,
+.MR wcscasecmp 3 ,
+.MR wmemcmp 3