diff options
author | Rical Jasan <ricaljasan@deathguild.net> | 2018-01-22 19:24:24 -0800 |
---|---|---|
committer | Rical Jasan <ricaljasan@deathguild.net> | 2018-01-22 19:36:51 -0800 |
commit | 0f5e2da1608fc1d991f1925392dcdb62c6f6aedd (patch) | |
tree | 763e17ac408f167a9c99ad63b0826938b5f0968f /manual/time.texi | |
parent | 25fb7dd6511f0f6eb3793215dbcb76f65cb80347 (diff) | |
download | glibc-0f5e2da1608fc1d991f1925392dcdb62c6f6aedd.tar.gz glibc-0f5e2da1608fc1d991f1925392dcdb62c6f6aedd.tar.xz glibc-0f5e2da1608fc1d991f1925392dcdb62c6f6aedd.zip |
manual: Touch up documentation for strftime and ALTMON_* constants.
"%OB" is considered a conversion specifier ("B" is the format specifier), and the list of format specifiers for months in the description of the optional "O" modifier was incomplete. A cross-reference from the ALTMON_* constants to the strftime section is also provided. Lastly, some grammatical fixes (commas) are made and paragraphs refactored (rewrapped). * manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4, ALTMON_5, ALTMON_6, ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10, ALTMON_11, ALTMON_12): Improve documentation. * manual/time.texi (strftime): Likewise.
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/time.texi b/manual/time.texi index 2a5afd9e56..4d154452eb 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1349,10 +1349,10 @@ Emperors' reigns. With all format specifiers that produce numbers: use the locale's alternate numeric symbols. -With @code{%B} and @code{%b}: use the grammatical form for month names -that is appropriate when the month is named by itself, rather than -the form that is appropriate when the month is used as part of a -complete date. This is a GNU extension. +With @code{%B}, @code{%b}, and @code{%h}: use the grammatical form for +month names that is appropriate when the month is named by itself, +rather than the form that is appropriate when the month is used as +part of a complete date. This is a GNU extension. @end table If the format supports the modifier but no alternate representation |