aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-02-23 22:31:43 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-02-23 22:47:39 +0100
commit9c85099e924e7ce53be7f410d8ebaf35f6708aa2 (patch)
tree65df6c305075931c3445c50afa013b651a429fe6 /man3
parenta748a16aaf4661064f9d3489fd11ee65d682ad04 (diff)
downloadman-pages-9c85099e924e7ce53be7f410d8ebaf35f6708aa2.tar.gz
strftime.3: Tweaks to Eugene Syromyatnikov's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/strftime.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3
index 7b1f14f56d..ca896ee450 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