update bug-reporting address
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:32:35 +0000 (17:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:32:35 +0000 (17:32 +0000)
32 files changed:
doc/sh-utils.texi
src/basename.c
src/chroot.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/factor.c
src/hostid.c
src/hostname.c
src/id.c
src/logname.c
src/nice.c
src/pathchk.c
src/pinky.c
src/printenv.c
src/printf.c
src/pwd.c
src/seq.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/test.c
src/tty.c
src/uname.c
src/uptime.c
src/users.c
src/who.c
src/whoami.c
src/yes.c

index 89c83a2617e809383b24b4a04257418e4ca4b077..796d050eafeb49f440c03e56852553b4936a1235 100644 (file)
@@ -166,7 +166,7 @@ The GNU shell utilities are mostly compatible with the POSIX.2 standard.
 @c This paragraph appears in all of fileutils.texi, textutils.texi, and
 @c sh-utils.texi too -- so be sure to keep them consistent.
 @cindex bugs, reporting
-Please report bugs to @samp{sh-utils-bugs@@gnu.org}.  Remember
+Please report bugs to @samp{bug-sh-utils@@gnu.org}.  Remember
 to include the version number, machine architecture, input files, and
 any other information needed to reproduce the bug: your input, what you
 expected, what you got, and why it is wrong.  Diffs are welcome, but
index edcfd47f49c7d275c5e6a75a91bda32d2b427039..beb46d2ec737c6a562273bedffd8e5ccdbc84961 100644 (file)
@@ -59,7 +59,7 @@ If specified, also remove a trailing SUFFIX.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 9466b46c5014533ca6db5125bda7f0b81ad4a8a7..3298f3b61f54c59aff8555f6870be1f567165a2d 100644 (file)
@@ -48,7 +48,7 @@ Run COMMAND with root directory set to NEWROOT.\n\
 \n\
 If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 3e4612e0c5d81ab4f95ded5aebf31ace33af0958..75459684ca0e3caff476b9370550b52cf44bd13a 100644 (file)
@@ -481,7 +481,7 @@ the following modifiers between `%%' and a numeric directive.\n\
   `-' (hyphen) do not pad the field\n\
   `_' (underscore) pad the field with spaces\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 54a661695e54d08d3a90cf0e9281896498166b4a..cd18d4605458f6644510d5284e444d14adb9451a 100644 (file)
@@ -50,7 +50,7 @@ output `.' (meaning the current directory).\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 345070a877d696cac73fe39940801dd86c81e68d..d1d4f4c00f51ed86e95e2b8cb04bb30aecf59ce8 100644 (file)
@@ -92,7 +92,7 @@ Without -E, the following sequences are recognized and interpolated:\n\
   \\t     horizontal tab\n\
   \\v     vertical tab\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 9bde68daa3308bd684ea689398f1d2666f41f7bf..668de6148361c78381fcfc3c410fa0b65e895fe1 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -201,7 +201,7 @@ Set each NAME to VALUE in the environment and run COMMAND.\n\
 \n\
 A mere - implies -i.  If no COMMAND, print the resulting environment.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index abeae7e3e899427f625e690c033702b07fb4a45c..09d5527d598fc58fe808091a9de097971d5edf60 100644 (file)
@@ -148,7 +148,7 @@ Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n\
 Pattern matches return the string matched between \\( and \\) or null; if\n\
 \\( and \\) are not used, they return the number of characters matched or 0.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 843c58896b697acbaab164fe9c44068c6b4988c6..5687b7790dd0b3cd6655bba19c94845e28b59011 100644 (file)
@@ -63,7 +63,7 @@ Print factors of each NUMBER; read standard input with no arguments.\n\
   Print the prime factors of all specified integer NUMBERs.  If no arguments\n\
   are specified on the command line, they are read from standard input.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index f7a31fa1294c2d8b2a5a951abcde6cdf3d77ea7a..1b8cff5bca0eafd2586c2fc0cfb38aebf1febc6f 100644 (file)
@@ -47,7 +47,7 @@ Print the numeric identifier (in hexadecimal) for the current host.\n\
       --version    output version information and exit\n\
 \n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 72fdaf67fd2a3176c65851df84297eb1e61e3dbf..0ff26fb1ac355b82bca1faca8d0d2f6dd2b53144 100644 (file)
@@ -67,7 +67,7 @@ Print the hostname of the current system.\n\
   --version   output version information and exit\n\
 ")
              , program_name, program_name);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 9371a32d00377a73cb95240aaec2e57f0c066a1c..bd9297f0f1b2637dcb36625932700f69e1f86243 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -383,7 +383,7 @@ Print information for USERNAME, or the current user.\n\
 \n\
 Without any OPTION, print some useful set of identified information.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 75a76ae3a2938710c225cf32c1d183199fa93330..d4f76e2cd37c1f6c631190cabd53a8edac69db28 100644 (file)
@@ -53,7 +53,7 @@ Print the name of the current user.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index ad5a0280801883b1af3f495715c0f858120f6a7d..457cffa38d9581720bd0f57e3ae2784d77f97681 100644 (file)
@@ -205,7 +205,7 @@ by default.  Range goes from -20 (highest priority) to 19 (lowest).\n\
   -n, --adjustment=ADJUST   same as -ADJUST\n\
       --help                display this help and exit\n\
       --version             output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index fe3b39cb15d2b20c517c3aa1cae4f2ac6a54a412..90f0ce1055412c8c05b723c8920ecd21aeb24279 100644 (file)
@@ -366,7 +366,7 @@ Diagnose unportable constructs in NAME.\n\
       --help          display this help and exit\n\
       --version       output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index db230bf0b98212b5e7a4691e27c8ae8f8a6455de..1a6ff3524a36dfa6c9c807dfe9a46d5000842ad2 100644 (file)
@@ -425,7 +425,7 @@ usage (int status)
 \n\
 The utmp file will be %s.\n\
 "), UTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 5ff7b2d5baa3fc20106ec3a00a8d31009e9f595f..b334d8e74b125c1a2c36ec20c496430a327e5ba1 100644 (file)
@@ -67,7 +67,7 @@ If no environment VARIABLE specified, print them all.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index be74033949ce8fea7d81b7dc500c4621036f4882..836937e16ac2527a4dba8026ad9c66bf7839591f 100644 (file)
@@ -118,7 +118,7 @@ FORMAT controls the output as in C printf.  Interpreted sequences are:\n\
 and all C format specifications ending with one of diouxXfeEgGcs, with\n\
 ARGUMENTs converted to proper type first.  Variable widths are handled.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index a3fb3226222a49974388c4539bc8eb5a6bd31097..73ec852eba8f987cec8ff785d6c8f5bd7a910fca 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -45,7 +45,7 @@ Print the full filename of the current working directory.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index d1317a776b17d8c11587ac5405eb784e735af725..47a18f655e1a9c3907fccad7656483d58fbea30a 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -102,7 +102,7 @@ INCREMENT should be positive if FIRST is smaller than LAST, and negative\n\
 otherwise.  When given, the FORMAT argument must contain exactly one of\n\
 the printf-style, floating point output formats %%e, %%f, or %%g.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 3180f83b2b3d1f9afc478298a31009df117c06c2..470b02759208a3afa14b8ac4fddb35ec182fe35f 100644 (file)
@@ -56,7 +56,7 @@ SUFFIX may be s to keep seconds, m for minutes, h for hours or d for days.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 2237e5fdd4ba1728ee7d4faa4615650d7ae594ae..268c87a1b5439ffebcfbc043477e135a146a8538 100644 (file)
@@ -654,7 +654,7 @@ prints baud rate, line discipline, and deviations from stty sane.  In\n\
 settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\
 127; special values ^- or undef used to disable special characters.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 6f9c381af0c9dc5657296f998f2812ab6bba4b10..7585db1ec3a4b85714a53aa2b5981324da52a1c2 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -446,7 +446,7 @@ Change the effective user id and group id to that of USER.\n\
 \n\
 A mere - implies -l.   If USER not given, assume root.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 87f31cc29f607fad06c1b2401a0a24a7e6805d78..302c4b73498d383abca207a7fdbc35a736dcc701 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -71,7 +71,7 @@ Copy standard input to each FILE, and also to standard output.\n\
       --help                display this help and exit\n\
       --version             output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 542048dac5a695b23b3af19b09d35b146957c148..2fc3f4d8ec9ce9abdd3bf373dfbdec704b35d24a 100644 (file)
@@ -1048,7 +1048,7 @@ EXPRESSION is true or false and sets exit status.  It is one of:\n\
 Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\
 INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index a96faead2cb5ba64402fe6fd27d20d7def49662e..724f2138088d16b3cf9e860ceea8c18b4918d33b 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -125,7 +125,7 @@ Print the file name of the terminal connected to standard input.\n\
       --help              display this help and exit\n\
       --version           output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index f32b804eaa3a29a5f50e9e3c49759ed41b2bf4ca..2dd9634d7cc063b3a249821d7b6d5f08a037c54a 100644 (file)
@@ -213,7 +213,7 @@ Print certain system information.  With no OPTION, same as -s.\n\
   -v               print the operating system version\n\
       --help       display this help and exit\n\
       --version    output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index a0b7b8efb413ffcf502235ae3e7b905463ebb493..493ae1df5b71107e489c5492b3bc1340fc3e23f6 100644 (file)
@@ -170,7 +170,7 @@ If FILE is not specified, use %s.  %s as FILE is common.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n"),
              UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 38eb6cd654f5f49cffce311a780ca603dd51c07b..84f8b4e05d71676fec5e572712e1558f9752a899 100644 (file)
@@ -121,7 +121,7 @@ If FILE is not specified, use %s.  %s as FILE is common.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n"),
              UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 59f14290c252931bb41a54c9b955fea556d8757d..c9be13c25fd9bfbad763814905c1cdde7a80f541 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -373,7 +373,7 @@ usage (int status)
 If FILE is not specified, use %s.  %s as FILE is common.\n\
 If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
 "), UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index 14037ef86019722d933ddb75af524edb35b76497..9936a85aff24beafa09037ecd8bb263d8c196c9f 100644 (file)
@@ -57,7 +57,7 @@ Same as id -un.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }
index bd9628f01149d2ca36e9feb1e950a50424fa7136..244e56af0ee44195f15001ce7193645b23f8d3db 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -42,7 +42,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n"));
-      puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
     }
   exit (status);
 }