]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
POSIX-conformance fixes for "-" used as an operand.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:06:52 +0000 (22:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:06:52 +0000 (22:06 +0000)
doc/ChangeLog

index 1ab8317977aa1d6afd55455f5838f1d7952f149e..67ed797357baa11a156d182140c3b12797da223a 100644 (file)
@@ -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