diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-24 16:37:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-24 16:37:16 +0000 |
commit | c093ea4f4c9ef460b864f3cf8ef6665ce74ecc4a (patch) | |
tree | 9d012c4f7e010dcb96cb9c30cb71454295f4dcae /manual | |
parent | d29f5cc776206fe1618b73f7afdf3eef239cf073 (diff) | |
download | glibc-c093ea4f4c9ef460b864f3cf8ef6665ce74ecc4a.tar.gz glibc-c093ea4f4c9ef460b864f3cf8ef6665ce74ecc4a.tar.xz glibc-c093ea4f4c9ef460b864f3cf8ef6665ce74ecc4a.zip |
* locale/programs/ld-address.c (address_finish): Produce better
error messages for invalid lang_ab use.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/time.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/time.texi b/manual/time.texi index 7fc9448a32..9b87d3eed0 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1179,6 +1179,9 @@ The abbreviated month name according to the current locale. @item %B The full month name according to the current locale. +Using @code{%B} together with @code{%d} produces grammatically +incorrect results for some locales. + @item %c The preferred calendar time representation for the current locale. |