diff options
Diffstat (limited to 'newlib/libc/time/strftime.c')
-rw-r--r-- | newlib/libc/time/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index 1df353abf..4f2281ce8 100644 --- a/newlib/libc/time/strftime.c +++ b/newlib/libc/time/strftime.c @@ -57,7 +57,7 @@ The abbreviated weekday name according to the current locale. [tm_wday] o %A The full weekday name according to the current locale. In the default "C" locale, one of `<<Sunday>>', `<<Monday>>', `<<Tuesday>>', -`<<Wednesday>>', `<Thursday>>', `<<Friday>>', `<<Saturday>>'. [tm_wday] +`<<Wednesday>>', `<<Thursday>>', `<<Friday>>', `<<Saturday>>'. [tm_wday] o %b The abbreviated month name according to the current locale. [tm_mon] |