]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Improve "date invocation" again.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2005 22:19:54 +0000 (22:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2005 22:19:54 +0000 (22:19 +0000)
doc/ChangeLog

index 5c41379a1b4f90ffc859d1f410298333ead9f896..8e2e91268d6f0c619a9effe26685434d45c031f7 100644 (file)
@@ -1,3 +1,20 @@
+2005-03-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (date invocation): Use an example that makes it
+       clear tha the default date use space-padded day of month.
+       Replace "directive" with "conversion specifier" to be consistent
+       with POSIX.  All uses changed.
+       Fix menu RHS to match actual directive lists.
+       (Time conversion specifiers): Renamed from Time directives.
+       Use @samp consistently, sometimes instead of @code.
+       Consistently ention which specifiers are GNU extensions.
+       Give more examples (in some cases, instead of ranges).
+       Say why %F is preferred for dates.
+       (Date conversion specifiers): Renamed from Date directives.
+       Likewise for other changes.
+       (Padding and other flags): Correct the description.
+       Document #.  Give an example for %9B.
+
 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi: Adjust to match current strftime.c.