diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-28 07:51:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-28 07:51:25 +0000 |
commit | d6ef01c78f2e32a5536d6ed8f5d4af98a777013c (patch) | |
tree | b006dc1c9632c827ebf1ae8a77bf6396c81f3196 /doc/ChangeLog | |
parent | 57ac7f5a0273f75489b6cff1369fd7afab36cfe2 (diff) | |
download | coreutils-d6ef01c78f2e32a5536d6ed8f5d4af98a777013c.tar.xz |
* coreutils.texi (Standards conformance): Use "head -10" rather
than "head -1".
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 8230b2dc9..5425b8cec 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-10-28 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (Standards conformance): Use "head -10" rather + than "head -1" as example of obsolete usage, since the POSIX + consensus is that "head -1" could be supported even if we don't + yet have clear consensus on "head -10". See today's revision to + the SUS FAQ + <http://www.opengroup.org/austin/papers/single_unix_faq.html>. + 2004-10-24 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (pathchk invocation): Options must precede operands. |