From: Jim Meyering Date: Thu, 17 Mar 2005 17:38:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0a3db0a2f1b19f72e69a22172492f901db979b3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b74aa6359a..e8d629c100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ New macros. Before, this command would make uniq skip 11 fields and print - only the first line. + only the first line: $ _POSIX2_VERSION=1 ./uniq -f1 -1 <(seq --format='1 %g' 2) 1 1 1 2