]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
improve 'date +%C' documentation
authorEric Blake <ebb9@byu.net>
Fri, 6 Jun 2008 00:33:26 +0000 (18:33 -0600)
committerJim Meyering <meyering@redhat.com>
Fri, 6 Jun 2008 06:22:02 +0000 (08:22 +0200)
* src/date.c (usage): Use 20, not 21, for current century.
* THANKS: Update.
Reported by Dameon G. Rogers, fix suggested by Philip Rowlands.

Signed-off-by: Eric Blake <ebb9@byu.net>
THANKS
src/date.c

diff --git a/THANKS b/THANKS
index feaf463325d186e155facc187333585ad57597fe..cb9b09808358068a0c5e41200e12e54cba691e3a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -110,6 +110,7 @@ Cray-Cyber Project                  http://www.cray-cyber.org
 Cristian Cadar                      cristic@stanford.edu
 Cyril Bouthors                      cyril@bouthors.org
 Dale Scheetz                        dwarf@polaris.net
+Dameon G. Rogers                    dgr03@uark.edu
 Dan Hagerty                         hag@gnu.ai.it.edu
 Dan Jacobson                        http://www.geocities.com/jidani
 Dan Pascu                           dan@services.iiruc.ro
@@ -434,6 +435,7 @@ Peter Seebach                       seebs@taniemarie.solon.com
 Petter Reinholdtsen                 pere@hungry.com
 Phelippe Neveu                      pneveu@pcigeomatics.com
 Phil Richards                       phil.richards@vf.vodafone.co.uk
+Philip Rowlands                     phr@doc.ic.ac.uk
 Philippe De Muyter                  phdm@macqel.be
 Philippe Schnoebelen                Philippe.Schnoebelen@imag.fr
 Phillip Jones                       mouse@datastacks.com
index 86b322540e36bb047a87f519b104ddd6e3b3456b..aa4d69dcba591c85575077b5dfd9fceab7f36808 100644 (file)
@@ -166,7 +166,7 @@ specifies Coordinated Universal Time.  Interpreted sequences are:\n\
   %c   locale's date and time (e.g., Thu Mar  3 23:05:25 2005)\n\
 "), stdout);
       fputs (_("\
-  %C   century; like %Y, except omit last two digits (e.g., 21)\n\
+  %C   century; like %Y, except omit last two digits (e.g., 20)\n\
   %d   day of month (e.g, 01)\n\
   %D   date; same as %m/%d/%y\n\
   %e   day of month, space padded; same as %_d\n\