diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-23 11:01:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-23 11:01:19 +0000 |
commit | 92d2c54ae9de78190c028969a351a79f527b735c (patch) | |
tree | 52cde8142c95439c05000673d53f2546b0c614ec /old | |
parent | ff8e66a90759c62cfbb8724602879d578fc8d5f9 (diff) | |
download | coreutils-92d2c54ae9de78190c028969a351a79f527b735c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1da542491..c86cedd48 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): |