summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-28 07:51:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-28 07:51:25 +0000
commitd6ef01c78f2e32a5536d6ed8f5d4af98a777013c (patch)
treeb006dc1c9632c827ebf1ae8a77bf6396c81f3196 /doc
parent57ac7f5a0273f75489b6cff1369fd7afab36cfe2 (diff)
downloadcoreutils-d6ef01c78f2e32a5536d6ed8f5d4af98a777013c.tar.xz
* coreutils.texi (Standards conformance): Use "head -10" rather
than "head -1".
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog9
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.