From d40eb37aad4145ae4d047b6d7f633f740bf3a610 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 May 2004 18:59:35 +0000 Subject: [BZ #40] Update. 2004-05-15 Petter Reinholdtsen * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND MONTENEGRO" which have taken over the code 819. Patch from Danilo Segan. [BZ #40] 2004-05-15 Jakub Jelinek * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to __sparc_get_pic_l7. 2004-05-15 Joseph S. Myers * catgets/gencat.c: Update bug reporting instructions. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldd.bash.in: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * manual/crypt.texi: Likewise. * manual/install.texi: Likewise. * nss/makedb.c: Likewise. 2004-05-14 Jakub Jelinek * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only CHECK_STATIC_TLS if sym != NULL. * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise. 2004-05-12 Andreas Schwab * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs when translating. 2004-05-13 H.J. Lu * Rules (xtests): Depend on tests. --- malloc/memusage.sh | 3 ++- malloc/memusagestat.c | 3 ++- malloc/mtrace.pl | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'malloc') diff --git a/malloc/memusage.sh b/malloc/memusage.sh index b1e405b953..be8f755a20 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -61,7 +61,8 @@ Profile memory usage of PROGRAM. Mandatory arguments to long options are also mandatory for any corresponding short options. -Report bugs using the \`glibcbug' script to ." +For bug reporting instructions, please see: +." exit 0 } diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 2b16b01ded..fa2d219c36 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -600,7 +600,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ orig = gettext ("\ -Report bugs using the `glibcbug' script to .\n"); +For bug reporting instructions, please see:\n\ +.\n"); cp = strdup (orig); if (cp == NULL) cp = orig; diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index b3d3311204..60c0a11877 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -30,7 +30,8 @@ sub usage { print " --help print this help, then exit\n"; print " --version print version number, then exit\n"; print "\n"; - print "Report bugs using the `glibcbug' script to .\n"; + print "For bug reporting instructions, please see:\n" + print ".\n"; exit 0; } -- cgit v1.2.3