From adcc738109bcfb5bc1086f50f138a4b1c33132ed Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Apr 2005 16:44:51 +0000 Subject: [PATCH] * coreutils.texi: Don't complain about head -10, etc. --- doc/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 854a6e9b3e..d4dedd6971 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,22 @@ +2005-04-26 Paul Eggert + + * coreutils.texi (Standards conformance): Do not mention head -10, + since it now works the same regardless of POSIX version. + (od invocation): -w N -> -w[N]. + (pr invocation): -S STRING -> -SSTRING. + (fold invocation): -WIDTH works even when conforming to POSIX + 1003.1-2001. + (head invocation, tail invocation): Likewise for -NUM. + (split invocation): Likewise for -LINES. + (uniq invocation): Likewise for -N. + (expand invocation, unexpand invocation): Likewise for -TAB. + (nice invocation): Likewise for -ADJUSTMENT. + (sort invocation): Clarify explanation of +N option. + (uniq invocation): Likewise. + (join invocation): Remove special case for --help, --version. + (touch invocation): Clarify explanation of date options. + (Options for date): -I timespec -> -I[timespec]. + 2005-04-23 Paul Eggert * coreutils.texi (install invocation): Use a= instead of 0 for -- 2.47.3