From: Paul Eggert Date: Tue, 10 Aug 2004 22:06:52 +0000 (+0000) Subject: POSIX-conformance fixes for "-" used as an operand. X-Git-Tag: v5.3.0~809 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e48f7ed86c4b3c5f2212976646f4a83c8c76d24;p=thirdparty%2Fcoreutils.git POSIX-conformance fixes for "-" used as an operand. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 1ab8317977..67ed797357 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2004-08-10 Paul Eggert + + 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 * coreutils.texi (nice invocation): Document the "nice value", and