From 9c85099e924e7ce53be7f410d8ebaf35f6708aa2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Feb 2020 22:31:43 +0100 Subject: [PATCH] strftime.3: Tweaks to Eugene Syromyatnikov's patch Signed-off-by: Michael Kerrisk --- man3/strftime.3 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man3/strftime.3 b/man3/strftime.3 index 7b1f14f56..ca896ee45 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -91,7 +91,7 @@ The abbreviated name of the day of the week according to the current locale. .IR tm_wday .) (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .BR ABDAY_ { 1 \(en 7 } as an argument.) .TP @@ -101,7 +101,7 @@ The full name of the day of the week according to the current locale. .IR tm_wday .) (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .BR DAY_ { 1 \(en 7 } as an argument.) .TP @@ -111,7 +111,7 @@ The abbreviated month name according to the current locale. .IR tm_mon .) (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .BR ABMON_ { 1 \(en 12 } as an argument.) .TP @@ -121,7 +121,7 @@ The full month name according to the current locale. .IR tm_mon .) (The specific names used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .BR MON_ { 1 \(en 12 } as an argument.) .TP @@ -129,7 +129,7 @@ as an argument.) The preferred date and time representation for the current locale. (The specific format used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .B D_T_FMT as an argument for the .B %c @@ -264,7 +264,7 @@ Noon is treated as "PM" and midnight as "AM". (The specific string representations used for "AM" and "PM" in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .BR AM_STR " and " PM_STR , respectively.) .TP @@ -282,7 +282,7 @@ The time in a.m. or p.m. notation. (SU) (The specific format used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .B T_FMT_AMPM as an argument.) (In the POSIX locale this is equivalent to @@ -370,7 +370,7 @@ and The preferred date representation for the current locale without the time. (The specific format used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .B D_FMT as an argument for the .B %x @@ -386,7 +386,7 @@ conversion specification.) The preferred time representation for the current locale without the date. (The specific format used in the current locale can be obtained by calling .BR nl_langinfo (3) -library call with +with .B T_FMT as an argument for the .B %X