From: Paul Eggert Date: Thu, 28 Oct 2004 07:51:25 +0000 (+0000) Subject: * coreutils.texi (Standards conformance): Use "head -10" rather X-Git-Tag: v5.3.0~499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ef01c78f2e32a5536d6ed8f5d4af98a777013c;p=thirdparty%2Fcoreutils.git * coreutils.texi (Standards conformance): Use "head -10" rather than "head -1". --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 8230b2dc9c..5425b8cecf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-10-28 Paul Eggert + + * 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 + . + 2004-10-24 Paul Eggert * coreutils.texi (pathchk invocation): Options must precede operands.