diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-10 05:10:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-10 05:10:38 +0000 |
commit | 80ed68b7bc680e8c3c8135adb3e762592ebdbab2 (patch) | |
tree | eb0c723a52838e4248645a60c4864443e5638cff /locale | |
parent | 8799d9356a093d545ab635acb8780e5aae59802d (diff) | |
download | glibc-80ed68b7bc680e8c3c8135adb3e762592ebdbab2.tar.gz glibc-80ed68b7bc680e8c3c8135adb3e762592ebdbab2.tar.xz glibc-80ed68b7bc680e8c3c8135adb3e762592ebdbab2.zip |
2004-08-09 Roland McGrath <roland@frob.com>
* manual/install.texi (Supported Configurations): Replace bug-glibc mention with web URL. * INSTALL: Regenerated. * locale/iso-3166.def: Likewise, in comment. * locale/iso-4217.def: Likewise. * locale/iso-639.def: Likewise. * posix/cpio.h: Remove bug reporting comment.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/iso-3166.def | 4 | ||||
-rw-r--r-- | locale/iso-4217.def | 4 | ||||
-rw-r--r-- | locale/iso-639.def | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/locale/iso-3166.def b/locale/iso-3166.def index f87f15bf59..7e40c0095a 100644 --- a/locale/iso-3166.def +++ b/locale/iso-3166.def @@ -2,7 +2,9 @@ * Defines the country codes and abbreviations according to ISO 3166. * This is used in ld-address.c (address_finish). * - * If you find something missing or wrong contact <bug-glibc@gnu.org> + * If you find something missing or wrong, please go to the URL + * http://www.gnu.org/software/libc/bugs.html and follow + * instructions there to file a bug report. */ DEFINE_COUNTRY_CODE ("AFGHANISTAN", AF, AFG, 4) DEFINE_COUNTRY_CODE ("ALBANIA", AL, ALB, 8) diff --git a/locale/iso-4217.def b/locale/iso-4217.def index aa057bd5e4..cc8af19564 100644 --- a/locale/iso-4217.def +++ b/locale/iso-4217.def @@ -2,7 +2,9 @@ * Defines the valid international currency symbols according to ISO 4217. * This is used in monetary.c(monetary_check). * - * If you find something missing or wrong contact <bug-glibc@gnu.org> + * If you find something missing or wrong, please go to the URL + * http://www.gnu.org/software/libc/bugs.html and follow + * instructions there to file a bug report. * * !!! The list has to be sorted !!! */ diff --git a/locale/iso-639.def b/locale/iso-639.def index 9baca98598..3805b8ef53 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -3,7 +3,9 @@ * This is used in ld-address.c (address_finish). * * Format is: ("English name", 639-1-code, 639-2/T-code, 639-2/B-code) - * If you find something missing or wrong contact <bug-glibc@gnu.org> + * If you find something missing or wrong, please go to the URL + * http://www.gnu.org/software/libc/bugs.html and follow + * instructions there to file a bug report. */ DEFINE_LANGUAGE_CODE ("Abkhazian", ab, abk, abk) |