diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 17:37:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 17:37:42 +0000 |
commit | 107d41a9b2da96db479e9b52b0a81a9174229ff7 (patch) | |
tree | 3e7edeeffa3931fe350835f5c43d7eec3952bd85 /manual/time.texi | |
parent | 680254fe22215c1f41f247d085c5cac5783b73f5 (diff) | |
download | glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.tar.gz glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.tar.xz glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.zip |
Update.
* manual/message.texi (Advanced gettext functions): Change description of plural forms for Slovak. Reported by Marcel Telka <marcel@telka.sk>. * manuaL/time.texi (Low-Level Time String Parsing): Fix description of %z. Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>. 2001-08-26 Jakub Jelinek <jakub@redhat.com> * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a typo. Patch by Florian La Roche <laroche@redhat.com>. 2001-08-26 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi index 62c7b5f38b..27060b5358 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1743,8 +1743,7 @@ The year as a decimal number, using the Gregorian calendar. The full alternative year representation. @item %z -Equivalent to the use of @code{%a, %d %b %Y %H:%M:%S %z} in this place. -This is the full @w{ISO 8601} date and time format. +The offset from GMT in @w{ISO 8601}/RFC822 format. @item %Z The timezone name. |