summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-07 16:10:50 +0000
committerJim Meyering <jim@meyering.net>2001-01-07 16:10:50 +0000
commit674fed73ec17863c1179ae58b023e0746cabada2 (patch)
tree5d6f2cd1598cb6017cc3cc752211700b7b1f5a2c
parent98d1d862d5ba18419ca551fe79261f621a041873 (diff)
downloadcoreutils-674fed73ec17863c1179ae58b023e0746cabada2.tar.xz
(usage): Split a string that was longer than 2048 bytes.
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2bf1dc3ba..b77817a84 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,10 +2,16 @@
* Version 4.0.36.
+ * src/cp.c (usage): Split a string that was longer than 2048 bytes.
+
* doc/perm.texi: s/can not/cannot/
2001-01-07 Karl Eichwalder <ke@suse.de>
+ * src/chown.c (usage): Split long message string.
+
+2001-01-07 Karl Eichwalder <ke@suse.de>
+
* src/ls.c (usage): Untabify.
* src/chgrp.c (parse_group): Normalize spelling.