diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-06 08:01:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-06 08:01:46 +0000 |
commit | 0c7caf6d13e9bbf4f96a65f648a4e213ad38598b (patch) | |
tree | 2226a58f9fa40aa06437e5e541e7fec48bfbbc85 /ChangeLog | |
parent | 21b19ab75bf6de9bb2ffd1d3b0f2591ef73eae81 (diff) | |
download | coreutils-0c7caf6d13e9bbf4f96a65f648a4e213ad38598b.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -2,7 +2,22 @@ * Version 6.0-cvs. - * src/cp.c (usage): Use two spaces (not one) to separate the + * src/unexpand.c (usage): Use two spaces (not one) to separate the + --first-only option string from its description, so help2man formats + the derived man page properly. + * src/rm.c (usage): Likewise for --no-preserve-root. + * src/chown.c (usage): Likewise. + * src/chgrp.c (usage): Likewise. + + Add a rule to ensure that the above doesn't happen again. + * Makefile.maint (sc_two_space_separator_in_usage): New rule. + (syntax-check-rules): Add it. + * .x-sc_two_space_separator_in_usage: New empty file. + * Makefile.am (EXTRA_DIST): Add .x-sc_two_space_separator_in_usage. + +2006-02-06 Jim Meyering <jim@meyering.net> + + * src/cp.c (usage): Use two spaces (not one) to separate each option string from its description, so help2man formats the derived man page properly. * src/mv.c (usage): Likewise. |