From: Jim Meyering Date: Sun, 23 Jul 2000 11:01:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92d2c54ae9de78190c028969a351a79f527b735c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1da5424917..c86cedd486 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -30,7 +30,7 @@ Begin converting "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call -- if there's only one. - If there are more than one, then use `quote_n (0, ...), + If there are two or more, then use `quote_n (0, ...), quote_n (1, ...), ...'. Here's the justification, from Paul Eggert (thanks, Paul):