From: Jim Meyering Date: Thu, 18 Aug 2005 22:29:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159c7aa02c0aa9f863d20e8dd6ac2d8d4bdd9f14;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 901d01ccd0..37cb9f6316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-08-17 Jim Meyering +2005-08-19 Jim Meyering * Version 5.3.1. + * src/sort.c (usage) [-b,-t]: Ensure that there are at least two + spaces between each option and the corresponding description -- this + lets help2man format entries properly. Reported by Edward Welbourne. + +2005-08-17 Jim Meyering + * src/sort.c (usage): Fix typo s/POS 2/POS2/. Reported by Edward Welbourne.