]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(show_date): Correct comment: this function no longer handles a
authorJim Meyering <jim@meyering.net>
Fri, 16 Sep 2005 08:08:00 +0000 (08:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Sep 2005 08:08:00 +0000 (08:08 +0000)
NULL format string.

src/date.c

index 4e65b52f89be9c02b7204613c5e3bc938ba960a1..9a9163565e5bf324bb266330a1c717a5f63ebacc 100644 (file)
@@ -527,9 +527,7 @@ main (int argc, char **argv)
 }
 
 /* Display the date and/or time in WHEN according to the format specified
-   in FORMAT, followed by a newline.  If FORMAT is NULL, use the
-   standard output format (ctime style but with a timezone inserted).
-   Return true if successful.  */
+   in FORMAT, followed by a newline.  Return true if successful.  */
 
 static bool
 show_date (const char *format, struct timespec when)