mirror of git://sourceware.org/git/glibc.git
Add missing percent sign to conversion specifier
This commit is contained in:
parent
7e3496cb6c
commit
10dd69e9a0
|
@ -1586,9 +1586,9 @@ before the year @code{1} are numbered @code{0}, @code{-1}, and so on.
|
||||||
If the @code{E} modifier is specified (@code{%EY}), instead produces a
|
If the @code{E} modifier is specified (@code{%EY}), instead produces a
|
||||||
complete representation of the year according to the locale's
|
complete representation of the year according to the locale's
|
||||||
alternative calendar. Generally this will be some combination of the
|
alternative calendar. Generally this will be some combination of the
|
||||||
information produced by @code{%EC} and @code{Ey}. As a GNU extension,
|
information produced by @code{%EC} and @code{%Ey}. As a GNU
|
||||||
the formatting flags @code{_} or @code{-} may be used with this
|
extension, the formatting flags @code{_} or @code{-} may be used with
|
||||||
conversion specifier; they affect how the year number is printed.
|
this conversion specifier; they affect how the year number is printed.
|
||||||
|
|
||||||
@item %z
|
@item %z
|
||||||
@w{RFC 822}/@w{ISO 8601:1988} style numeric time zone (e.g.,
|
@w{RFC 822}/@w{ISO 8601:1988} style numeric time zone (e.g.,
|
||||||
|
|
Loading…
Reference in New Issue