From: Jim Meyering Date: Sun, 10 Nov 2002 23:25:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864e2eb4e2a1d34ae2c5b0544533923f5002f10a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ed74f26a59..5ad8c4c69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2002-11-10 Jim Meyering +2002-11-11 Jim Meyering * Version 4.5.4. + * src/stat.c (usage): Transform --help output via s/ - / /, + so that help2man produces properly formatted man pages. + Reported by Herbert Xu as Debian bug #168400. + +2002-11-10 Jim Meyering + * src/ls.c (sighandler): Handle SIGTSTP specially. Based on suggestions from Solar Designer and Dmitry V. Levin. Add comments.