]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (Standards conformance): Use "head -10" rather
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Oct 2004 07:51:25 +0000 (07:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Oct 2004 07:51:25 +0000 (07:51 +0000)
than "head -1".

doc/ChangeLog

index 8230b2dc9c312ff2c70cc35bcdc3808225aa8b20..5425b8cecf1e5b9444809733b574bff8bf2e8913 100644 (file)
@@ -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.