From: Jim Meyering Date: Sat, 1 Feb 1997 04:24:08 +0000 (+0000) Subject: bracket bug address with <> and append a period X-Git-Tag: SH-UTILS-1_16a~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a882d55b5246251a558ad2c05c5547b76a8f0efb;p=thirdparty%2Fcoreutils.git bracket bug address with <> and append a period --- diff --git a/src/chgrp.c b/src/chgrp.c index 40a1dc14b0..24619b3e04 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -287,7 +287,7 @@ Change the group membership of each FILE to GROUP.\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 .")); } exit (status); } diff --git a/src/chmod.c b/src/chmod.c index 40f5e28773..11a1d3eb53 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -231,7 +231,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 .")); } exit (status); } diff --git a/src/chown.c b/src/chown.c index 9663cd17e6..61f4dabd67 100644 --- a/src/chown.c +++ b/src/chown.c @@ -251,7 +251,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 .")); } exit (status); } diff --git a/src/dd.c b/src/dd.c index 869477a2b1..f1b35b82af 100644 --- a/src/dd.c +++ b/src/dd.c @@ -1118,7 +1118,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 .")); } exit (status); } diff --git a/src/df.c b/src/df.c index 6547fc8bf5..37a5b57e9f 100644 --- a/src/df.c +++ b/src/df.c @@ -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 .")); } exit (status); } diff --git a/src/dircolors.c b/src/dircolors.c index 18fb4ee61f..405406fc9c 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 .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); diff --git a/src/du.c b/src/du.c index efbd49dcea..7e597bfa14 100644 --- a/src/du.c +++ b/src/du.c @@ -235,7 +235,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 .")); } exit (status); } diff --git a/src/install.c b/src/install.c index 23d2ebf607..2a1452648d 100644 --- a/src/install.c +++ b/src/install.c @@ -622,7 +622,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 .")); } exit (status); } diff --git a/src/ln.c b/src/ln.c index cdf8e8b0af..86e594359c 100644 --- a/src/ln.c +++ b/src/ln.c @@ -344,7 +344,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 .")); } exit (status); } diff --git a/src/ls.c b/src/ls.c index e906335a0d..df71ce23bf 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2802,7 +2802,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 .")); } exit (status); } diff --git a/src/mkdir.c b/src/mkdir.c index 3c12625b75..83056c0659 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 .")); } exit (status); } diff --git a/src/mkfifo.c b/src/mkfifo.c index 5243b64773..350b4baef6 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 .")); } exit (status); } diff --git a/src/mknod.c b/src/mknod.c index a39b653ec2..bf660dc5ce 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 .")); } exit (status); } diff --git a/src/mv.c b/src/mv.c index 5558b921ac..ed948c8f9c 100644 --- a/src/mv.c +++ b/src/mv.c @@ -404,7 +404,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 .")); } exit (status); } diff --git a/src/rm.c b/src/rm.c index 53325b38ca..61d28102c2 100644 --- a/src/rm.c +++ b/src/rm.c @@ -540,7 +540,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 .")); } exit (status); } diff --git a/src/rmdir.c b/src/rmdir.c index 0b4108d021..5c5373e75c 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -91,7 +91,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 .")); } exit (status); } diff --git a/src/sync.c b/src/sync.c index 6e9eb50c04..fe30ada2f9 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 .")); } exit (status); } diff --git a/src/touch.c b/src/touch.c index 3855f57668..82c89745e2 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 .")); } exit (status); }