diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-03-16 06:30:32 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-16 06:30:32 +0100 |
commit | 39e85b7258340611a77a70e2ad46184f1081bbdf (patch) | |
tree | e5125fd268908d9cc437f763c70a5daebb5ca965 /doc/ChangeLog | |
parent | 487e5317becff07b8c57763878bb293970816df5 (diff) | |
download | coreutils-39e85b7258340611a77a70e2ad46184f1081bbdf.tar.xz |
Fix manual in response to bug reports by Dan Jacobson.
* coreutils.texi (sort invocation): Explain numeric sorts better.
Compress self-congratulation into a simple "comparison is exact"
notice; the --general-numeric-sort option already explains the
tradeoffs.
(seq invocation): Add example of -f.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bdae8a225..c4171b8f4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2007-03-15 Paul Eggert <eggert@cs.ucla.edu> + + Fix manual in response to bug reports by Dan Jacobson. + * coreutils.texi (sort invocation): Explain numeric sorts better. + Compress self-congratulation into a simple "comparison is exact" + notice; the --general-numeric-sort option already explains the + tradeoffs. + (seq invocation): Add example of -f. + 2007-03-12 Jim Meyering <jim@meyering.net> * coreutils.texi (cp invocation): Mention that --preserve=timestamps |