diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-08 20:48:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-08 20:48:04 +0000 |
commit | 52b94c3e5768906f4c32caee03f277350c22a9f9 (patch) | |
tree | f3ce6f7c2a36172b4667a9c49e49b3b15d093726 | |
parent | 28a712f205c203ac2615e836569858278b11b65a (diff) | |
download | coreutils-52b94c3e5768906f4c32caee03f277350c22a9f9.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2006-01-06 Paul Eggert <eggert@cs.ucla.edu> +2006-01-08 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + * src/date.c (usage): Adjust the formatting of the entries for + %::z and %:::z (separate with two spaces, not one) so that help2man + formats them properly. Reported by Philip Rowlands. + +2006-01-06 Paul Eggert <eggert@cs.ucla.edu> + * configure.ac (gl_IGNORE_UNUSED_LIBRARIES): Add. 2006-01-06 Jim Meyering <jim@meyering.net> |