diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:06:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:06:52 +0000 |
commit | 6e48f7ed86c4b3c5f2212976646f4a83c8c76d24 (patch) | |
tree | 035615d1c5dc4ae0d0f3e408d0e460edf8d8c668 /doc/ChangeLog | |
parent | 1ccc1a1b4bf8ad0c5683113784959bde073174d3 (diff) | |
download | coreutils-6e48f7ed86c4b3c5f2212976646f4a83c8c76d24.tar.xz |
POSIX-conformance fixes for "-" used as an operand.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1ab831797..67ed79735 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2004-08-10 Paul Eggert <eggert@cs.ucla.edu> + + POSIX-conformance fixes for "-" used as an operand. + * coreutils.texi (Common options): Clarify that "-" means + stdin/stdout only when it is an operand, not when it is an + option-argument. + (shred invocation): "shred -- -" is equivalent to "shred -", + not to "shred ./-". + (tee invocation): "tee -" means to copy (again) to stdout. + 2004-07-25 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (nice invocation): Document the "nice value", and |