diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 23:50:40 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 23:50:40 +0000 |
commit | 59e82cb26623bfdd7ca04553d31d9832f966a4ec (patch) | |
tree | ac6a63c9500af0901b5f6b652e98b6d6d6d0b10a /doc | |
parent | 5b3614ac912a9d7f66029e4ef54857deb55e715b (diff) | |
download | coreutils-59e82cb26623bfdd7ca04553d31d9832f966a4ec.tar.xz |
* coreutils.texi (sort invocation): 'sort +1 -2' is now supported
even when conforming to POSIX 1003.1-2001.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 713439fd7..99a40817a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-06-28 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (sort invocation): 'sort +1 -2' is now supported + even when conforming to POSIX 1003.1-2001, since this is a pure + extension to POSIX. + 2006-06-27 Jim Meyering <jim@meyering.net> * coreutils.texi (wc invocation): Remove ./ prefix from example. |