diff options
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) |