diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index a6b595e57..9c763299f 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini date implementation for busybox | 3 | * Mini date implementation for busybox |
4 | * | 4 | * |
5 | * by Matthew Grant <grantma@anathoth.gen.nz> | 5 | * by Matthew Grant <grantma@anathoth.gen.nz> |
6 | * | 6 | * |
7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> | 7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
@@ -33,7 +33,7 @@ | |||
33 | #include "busybox.h" | 33 | #include "busybox.h" |
34 | 34 | ||
35 | 35 | ||
36 | /* This 'date' command supports only 2 time setting formats, | 36 | /* This 'date' command supports only 2 time setting formats, |
37 | all the GNU strftime stuff (its in libc, lets use it), | 37 | all the GNU strftime stuff (its in libc, lets use it), |
38 | setting time using UTC and displaying int, as well as | 38 | setting time using UTC and displaying int, as well as |
39 | an RFC 822 complient date output for shell scripting | 39 | an RFC 822 complient date output for shell scripting |