summaryrefslogtreecommitdiffstats
path: root/man3/strcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcmp.3')
-rw-r--r--man3/strcmp.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/strcmp.3 b/man3/strcmp.3
index 3e910d97b..cf6d25ea0 100644
--- a/man3/strcmp.3
+++ b/man3/strcmp.3
@@ -32,7 +32,7 @@ function compares the two strings
and
.IR s2 .
The locale is not taken into account (for a locale-aware comparison, see
-.BR strcoll (3)).
+.MR strcoll 3 ).
The comparison is done using unsigned characters.
.P
.BR strcmp ()
@@ -78,7 +78,7 @@ match, or be greater than
.IR s2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -138,7 +138,7 @@ $ .\fB/string_comp $\[aq]\e201\[aq] A\fP # 0201 \- 0101 = 0100 (or 64 decimal)
.in
.P
The last example uses
-.BR bash (1)-specific
+.MR bash 1 -specific
syntax to produce a string containing an 8-bit ASCII code;
the result demonstrates that the string comparison uses unsigned
characters.
@@ -197,12 +197,12 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR memcmp (3),
-.BR strcasecmp (3),
-.BR strcoll (3),
-.BR string (3),
-.BR strncasecmp (3),
-.BR strverscmp (3),
-.BR wcscmp (3),
-.BR wcsncmp (3),
-.BR ascii (7)
+.MR memcmp 3 ,
+.MR strcasecmp 3 ,
+.MR strcoll 3 ,
+.MR string 3 ,
+.MR strncasecmp 3 ,
+.MR strverscmp 3 ,
+.MR wcscmp 3 ,
+.MR wcsncmp 3 ,
+.MR ascii 7