diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-07 23:53:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-07 23:53:36 +0000 |
commit | 05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (patch) | |
tree | 4f208c67b33b642a5e464ac19ea2ec7deb78d049 /src | |
parent | 54abd850106b7c1d65da6dbd7683cb48f52935fd (diff) | |
download | coreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz |
update bug-reporting address
Diffstat (limited to 'src')
-rw-r--r-- | src/chmod.c | 2 | ||||
-rw-r--r-- | src/chown.c | 2 | ||||
-rw-r--r-- | src/cp.c | 2 | ||||
-rw-r--r-- | src/dd.c | 2 | ||||
-rw-r--r-- | src/df.c | 2 | ||||
-rw-r--r-- | src/dircolors.c | 2 | ||||
-rw-r--r-- | src/du.c | 2 | ||||
-rw-r--r-- | src/install.c | 2 | ||||
-rw-r--r-- | src/ln.c | 2 | ||||
-rw-r--r-- | src/ls.c | 2 | ||||
-rw-r--r-- | src/mkdir.c | 2 | ||||
-rw-r--r-- | src/mkfifo.c | 2 | ||||
-rw-r--r-- | src/mknod.c | 2 | ||||
-rw-r--r-- | src/mv.c | 2 | ||||
-rw-r--r-- | src/rm.c | 2 | ||||
-rw-r--r-- | src/rmdir.c | 2 | ||||
-rw-r--r-- | src/sync.c | 2 | ||||
-rw-r--r-- | src/touch.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/chmod.c b/src/chmod.c index 325e65db5..14a16abda 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -248,7 +248,7 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\ Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\ one or more of the letters rwxXstugo.\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/chown.c b/src/chown.c index 0c19db205..7c9bb458d 100644 --- a/src/chown.c +++ b/src/chown.c @@ -281,7 +281,7 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\ Owner is unchanged if missing. Group is unchanged if missing, but changed\n\ to login group if implied by a period. A colon may replace the period.\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -177,7 +177,7 @@ As a special case, cp makes a backup of SOURCE when the force and backup\n\ options are given and SOURCE and DEST are the same name for an existing,\n\ regular file.\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -1137,7 +1137,7 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\ noerror continue after read errors\n\ sync pad every input block with NULs to ibs-size\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -573,7 +573,7 @@ or all filesystems by default.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/dircolors.c b/src/dircolors.c index 6562a9341..070069066 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -118,7 +118,7 @@ If FILE is specified, read it to determine which colors to use for which\n\ file types and extensions. Otherwise, a precompiled database is used.\n\ For details on the format of these files, run `dircolors --print-database'.\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); @@ -234,7 +234,7 @@ Summarize disk usage of each FILE, recursively for directories.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/install.c b/src/install.c index 111449966..3dfffa62b 100644 --- a/src/install.c +++ b/src/install.c @@ -678,7 +678,7 @@ version control may be set with VERSION_CONTROL, values are:\n\ nil, existing numbered if numbered backups exist, simple otherwise\n\ never, simple always make simple backups\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -353,7 +353,7 @@ version control may be set with VERSION_CONTROL, values are:\n\ nil, existing numbered if numbered backups exist, simple otherwise\n\ never, simple always make simple backups\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -2957,7 +2957,7 @@ optional WHEN argument is equivalent to using --color=always. With\n\ --color=auto, color codes are output only if standard output is connected\n\ to a terminal (tty).\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/mkdir.c b/src/mkdir.c index 4cd33ec13..a880b0096 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -67,7 +67,7 @@ Create the DIRECTORY(ies), if they do not already exist.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/mkfifo.c b/src/mkfifo.c index 493983556..387fab993 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -65,7 +65,7 @@ Create named pipes (FIFOs) with the given NAMEs.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/mknod.c b/src/mknod.c index b3cb41406..d2292f7f5 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -76,7 +76,7 @@ MAJOR MINOR are forbidden for TYPE p, mandatory otherwise. TYPE may be:\n\ c, u create a character (unbuffered) special file\n\ p create a FIFO\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -442,7 +442,7 @@ version control may be set with VERSION_CONTROL, values are:\n\ nil, existing numbered if numbered backups exist, simple otherwise\n\ never, simple always make simple backups\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } @@ -311,7 +311,7 @@ Remove (unlink) the FILE(s).\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/rmdir.c b/src/rmdir.c index 1aec7c63d..9b2ae90e4 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -125,7 +125,7 @@ Remove the DIRECTORY(ies), if they are empty.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/sync.c b/src/sync.c index 3d4eb8055..dc0e9edd6 100644 --- a/src/sync.c +++ b/src/sync.c @@ -43,7 +43,7 @@ Force changed blocks to disk, update the super block.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } diff --git a/src/touch.c b/src/touch.c index 42b37338b..202bf5ce3 100644 --- a/src/touch.c +++ b/src/touch.c @@ -259,7 +259,7 @@ Update the access and modification times of each FILE to the current time.\n\ \n\ STAMP may be used without -t if none of -drt, nor --, are used.\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); } exit (status); } |