summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-22 16:32:38 +0000
committerJim Meyering <jim@meyering.net>2003-07-22 16:32:38 +0000
commit9903c3432c62d5f003455cc96656082ebfa5ce97 (patch)
tree506c799e459b20d7858b76ef0682ad2eed1d7e73 /ChangeLog
parent1277d8b91c6c41283562865c1c0fc925a2e58280 (diff)
downloadcoreutils-9903c3432c62d5f003455cc96656082ebfa5ce97.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a33ca3e86..280a93963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.0.90.
+ * man/Makefile.am (.x.1): Substitute 's,$t/$*,$*,' on output of
+ help2man, to avoid having `rm.td/rm' appear in rm.1. Reported by
+ Thomas Luzat. See http://bugs.debian.org/202413 for details.
+
* src/cut.c (main) [lint]: Initialize spec_list_string to avoid warning.
* src/hostid.c: Don't include <unistd.h>. system.h already does that.