From: Paul Eggert Date: Tue, 21 Feb 2006 02:56:21 +0000 (+0000) Subject: Mention `sort -k 1b,1'. X-Git-Tag: v6.0~697 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362e0d7bd1fc54dcfac9e16a324c6da25852e4dd;p=thirdparty%2Fcoreutils.git Mention `sort -k 1b,1'. --- diff --git a/ChangeLog b/ChangeLog index 5659680781..5e91cf5599 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2006-02-20 Eric Blake +2006-02-20 Paul Eggert * Version 6.0-cvs. + * doc/coreutils.texi (join invocation): Mention `sort -k 1b,1'. + * src/join.c (usage): Likewise. + Documentation problem reported by Philip Kensche. + +2006-02-20 Eric Blake + * man/rm.x: Update documentation to match previous patch. 2006-02-18 Eric Blake