aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strverscmp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
commite1d6264d9feaed449e70f288ebdd40d8abae818c (patch)
treec3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man3/strverscmp.3
parentf8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff)
downloadman-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz
Manual fixes for parentheses formatting
Diffstat (limited to 'man3/strverscmp.3')
-rw-r--r--man3/strverscmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strverscmp.3 b/man3/strverscmp.3
index 3697f78b3e..fb45d53ab6 100644
--- a/man3/strverscmp.3
+++ b/man3/strverscmp.3
@@ -51,7 +51,7 @@ which again uses
Thus, the task of
.BR strverscmp ()
is to compare two strings and find the "right" order, while
-.B strcmp
+.BR strcmp ()
only finds the lexicographic order. This function does not use
the locale category LC_COLLATE, so is meant mostly for situations
where the strings are expected to be in ASCII.
@@ -63,7 +63,7 @@ while directly after it there is a difference.
Find the largest consecutive digit strings containing (or starting at,
or ending at) this position. If one or both of these is empty,
then return what
-.B strcmp
+.BR strcmp ()
would have returned (numerical ordering of byte values).
Otherwise, compare both digit strings numerically, where digit strings with
one or more leading zeroes are interpreted as if they have a decimal point