* man3/nl_langinfo.3 (.SH DESCRIPTION): Add description for AM_STR, PM_STR, T_FMT_AMPM locale elements. Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> --- man3/nl_langinfo.3 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index ecc1954..e16b094 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -96,6 +96,29 @@ to represent a time in a locale-specific way .RB ( %X conversion specification). .TP +.BR AM_STR \ (LC_TIME) +Return a string that represents affix for ante meridiem (before noon, "AM") +time. +(Used in +.B %p +.BR strftime (3) +conversion specification.) +.TP +.BR PM_STR \ (LC_TIME) +Return a string that represents affix for post meridiem (before midnight, "PM") +time. +(Used in +.B %p +.BR strftime (3) +conversion specification.) +.TP +.BR T_FMT_AMPM \ (LC_TIME) +Return a string that can be used as a format string for +.BR strftime (3) +to represent a time in a.m. or p.m. notation a locale-specific way +.RB ( %r +conversion specification). +.TP .BR DAY_ "{1\(en7} (LC_TIME)" Return name of the \fIn\fP-th day of the week. [Warning: this follows the US convention DAY_1 = Sunday, not the international convention -- 2.1.4