From: Eugene Syromyatnikov <evgsyr@gmail.com>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org
Subject: [PATCH] Some stftime.3 and nl_langinfo.3 updates
Date: Fri, 14 Feb 2020 16:28:38 +0100 [thread overview]
Message-ID: <cover.1581693624.git.evgsyr@gmail.com> (raw)
Hello.
There are some additions that cross-link these two pages and aim to make
the behaviour of a libc more clear with respect to locale-dependent
conversion specifications. It is based on POSIX[1], GNU C Library
documentation[2], and glibc's implementation[3], with some
cross-checking of uClibc, musl, and FreeBSD implementations.
[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap07.html
[2] https://www.gnu.org/software/libc/manual/html_node/The-Elegant-and-Fast-Way.html
[3] https://sourceware.org/git/?p=glibc.git;a=blob;f=time/strftime_l.c
Eugene Syromyatnikov (7):
nl_langinfo.3: mention the respective strftime conversion
specifications
nl_langinfo.3: add information about AM/PM time format locale elements
nl_langinfo.3: document era-related locale elements
strftime.3: ffix
strftime.3: consistently document fall-back format string
strftime.3: refer to the relevant nl_langinfo items
strftime.3: expand %E and %O description
man3/nl_langinfo.3 | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++--
man3/strftime.3 | 106 ++++++++++++++++++++++++++++++++++++++---
2 files changed, 232 insertions(+), 9 deletions(-)
--
2.1.4
next reply other threads:[~2020-02-14 15:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 15:28 Eugene Syromyatnikov [this message]
2020-02-14 15:28 ` [PATCH] nl_langinfo.3: mention the respective strftime conversion specifications Eugene Syromyatnikov
2020-02-23 21:14 ` Michael Kerrisk (man-pages)
2020-02-14 15:28 ` [PATCH] nl_langinfo.3: add information about AM/PM time format locale elements Eugene Syromyatnikov
2020-02-23 21:15 ` Michael Kerrisk (man-pages)
2020-02-14 15:28 ` [PATCH] nl_langinfo.3: document era-related " Eugene Syromyatnikov
2020-02-23 21:23 ` Michael Kerrisk (man-pages)
2020-02-14 15:28 ` [PATCH] strftime.3: ffix Eugene Syromyatnikov
2020-02-23 21:26 ` Michael Kerrisk (man-pages)
2020-02-14 15:28 ` [PATCH] strftime.3: consistently document fall-back format string Eugene Syromyatnikov
2020-02-23 21:27 ` Michael Kerrisk (man-pages)
2020-02-14 15:29 ` [PATCH] strftime.3: refer to the relevant nl_langinfo items Eugene Syromyatnikov
2020-02-23 21:32 ` Michael Kerrisk (man-pages)
2020-02-14 15:29 ` [PATCH] strftime.3: expand %E and %O description Eugene Syromyatnikov
2020-02-23 21:43 ` Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1581693624.git.evgsyr@gmail.com \
--to=evgsyr@gmail.com \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.