Fix @gnu.ai.mit.edu -> @gnu.org.

This commit is contained in:
Ulrich Drepper 1998-03-25 13:50:38 +00:00
parent 62f185641e
commit 1ac018f4f8
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@ -222,7 +222,7 @@ If INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n\
is -, output is written to standard output.\n"),
program_invocation_name, program_invocation_name);
fputs (gettext ("\
Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
stdout);
}

View File

@ -226,7 +226,7 @@ If INPUT-FILE is -, input is read from standard input.\n"),
program_invocation_name, program_invocation_name,
program_invocation_name);
fputs (gettext ("\
Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
stdout);
}

View File

@ -1,5 +1,5 @@
/* locale - Implementation of the locale program according to POSIX 1003.2
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@ -260,7 +260,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-k, --keyword-name write names of selected keywords\n"),
__progname);
fputs (gettext ("\
Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
stdout);
}

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@ -413,7 +413,7 @@ System's directory for character maps: %s\n\
locale files : %s\n"),
program_invocation_name, CHARMAP_PATH, LOCALE_PATH);
fputs (gettext ("\
Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
stdout);
}

View File

@ -28,7 +28,7 @@ This is free software; see the source for copying conditions.\n\
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
PARTICULAR PURPOSE.\n"
#include "version-info.h"
"Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n";
"Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n";
#include <unistd.h>