[PATCH 1/2] newlib/libc/time/strftime.c: split table of conversion specifiers to fix man, tbl, groff multi-page table issues

Brian Inglis Brian.Inglis@Shaw.ca
Fri Feb 17 20:49:01 GMT 2023


---
 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



More information about the Newlib mailing list