From: Jim Meyering Date: Sun, 7 Jan 2001 16:10:50 +0000 (+0000) Subject: (usage): Split a string that was longer than 2048 bytes. X-Git-Tag: FILEUTILS-4_0_36~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=674fed73ec17863c1179ae58b023e0746cabada2;p=platform%2Fupstream%2Fcoreutils.git (usage): Split a string that was longer than 2048 bytes. --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2bf1dc3..b77817a 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 + * src/chown.c (usage): Split long message string. + +2001-01-07 Karl Eichwalder + * src/ls.c (usage): Untabify. * src/chgrp.c (parse_group): Normalize spelling.