diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-07 20:10:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-07 20:10:15 +0000 |
commit | 4f9e5eda451779ecb57a1918376d16552283afef (patch) | |
tree | 4b36e3a79b4457549792cff158eda0dd0e984b11 /doc | |
parent | 21437738fc260aa2ebb7eabaa7db4298b15473d2 (diff) | |
download | coreutils-4f9e5eda451779ecb57a1918376d16552283afef.tar.xz |
Correct last change: s/zero/no/ From Paul Jarc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 1ae025fca..0effaa09f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3321,7 +3321,7 @@ 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. A string of -zero digits is interpreted as @samp{0}. The @env{LC_NUMERIC} +no 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 |