From 80ed68b7bc680e8c3c8135adb3e762592ebdbab2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 10 Aug 2004 05:10:38 +0000 Subject: 2004-08-09 Roland McGrath * 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. --- locale/iso-3166.def | 4 +++- locale/iso-4217.def | 4 +++- locale/iso-639.def | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'locale') 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 + * 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 + * 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 + * 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) -- cgit v1.2.3