]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(sort invocation): Specify that a string of zero digits is interpreted as 0.
authorJim Meyering <jim@meyering.net>
Fri, 7 Jan 2005 18:24:23 +0000 (18:24 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 Jan 2005 18:24:23 +0000 (18:24 +0000)
doc/coreutils.texi

index a156092f90a50a8028fac70a781acc7189e3a83e..1ae025fca42e42a08b71de0b1df602e0d1da022e 100644 (file)
@@ -3320,7 +3320,8 @@ category determines the month spellings.
 Sort numerically: the number begins each line; specifically, it consists
 of optional blanks, an optional @samp{-} sign, and zero or more
 digits possibly separated by thousands separators, optionally followed
-by a decimal-point character and zero or more digits.  The @env{LC_NUMERIC}
+by a decimal-point character and zero or more digits.  A string of
+zero digits is interpreted as @samp{0}.  The @env{LC_NUMERIC}
 locale specifies the decimal-point character and thousands separator.
 
 Numeric sort uses what might be considered an unconventional method to