summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-23 15:41:05 +0000
committerJim Meyering <jim@meyering.net>2004-01-23 15:41:05 +0000
commit3168b354904de6a5e7d302068bd9302a606420ce (patch)
tree0b3ba13664c278d06368774fb3fcd456d805e1bb /ChangeLog
parent14abf5e07094b77f315aedcc13396d34dfb65706 (diff)
downloadcoreutils-3168b354904de6a5e7d302068bd9302a606420ce.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 47cb384f0..d9b89986e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.1.2.
+ * man/Makefile.am (.x.1): Prefix help2man invocation with `$(PERL) --'
+ so it works on systems with Perl installed somewhere other than in
+ /usr/bin.
+
* src/paste.c (paste_parallel): Declare local, chr, to be of type
`int', not `char', since it must hold EOF. This bug would make
paste infloop on some systems. Reported by Nelson H. F. Beebe