[PATCH v3 1/2] newlib/libc/time/strftime.c: split chew table of conversion format specifiers
Brian Inglis <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
split chew table of conversion format specifiers as man/tbl/groff can not handle large tables on all output devices/file formats --- newlib/libc/time/strftime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index 56f227c5f3b8..c4532b4ceada 100644 --- a/newlib/libc/time/strftime.c +++ b/newlib/libc/time/strftime.c @@ -153,7 +153,8 @@ A newline character (`<<\n>>'). o %O<<x>> In some locales, the O modifier selects alternative digit characters for certain modifiers <<x>>. In newlib, it is ignored, and treated as %<<x>>. - +o- +o+ o %p Either `<<AM>>' or `<<PM>>' as appropriate, or the corresponding strings for the current locale. [tm_hour] -- 2.39.0