summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
commitb8e689dc67f219414801df5c398dbff1693f097f (patch)
treeee20bb787beca8226230e645a9b8c1feb234db55 /src
parent87b19e8a11826de97e1bd2204564bf68097a3f35 (diff)
downloadcoreutils-b8e689dc67f219414801df5c398dbff1693f097f.tar.xz
change bug-reporting address
Diffstat (limited to 'src')
-rw-r--r--src/basename.c2
-rw-r--r--src/chgrp.c2
-rw-r--r--src/chmod.c2
-rw-r--r--src/chown.c2
-rw-r--r--src/chroot.c2
-rw-r--r--src/date.c2
-rw-r--r--src/dd.c2
-rw-r--r--src/df.c2
-rw-r--r--src/dircolors.c2
-rw-r--r--src/dirname.c2
-rw-r--r--src/du.c2
-rw-r--r--src/echo.c2
-rw-r--r--src/env.c2
-rw-r--r--src/expand.c2
-rw-r--r--src/expr.c2
-rw-r--r--src/factor.c2
-rw-r--r--src/fmt.c2
-rw-r--r--src/fold.c2
-rw-r--r--src/head.c2
-rw-r--r--src/hostname.c2
-rw-r--r--src/id.c2
-rw-r--r--src/install.c2
-rw-r--r--src/join.c2
-rw-r--r--src/ln.c2
-rw-r--r--src/logname.c2
-rw-r--r--src/ls.c2
-rw-r--r--src/md5sum.c2
-rw-r--r--src/mkdir.c2
-rw-r--r--src/mkfifo.c2
-rw-r--r--src/mknod.c2
-rw-r--r--src/mv.c2
-rw-r--r--src/nice.c2
-rw-r--r--src/nl.c2
-rw-r--r--src/od.c2
-rw-r--r--src/paste.c2
-rw-r--r--src/pathchk.c2
-rw-r--r--src/pr.c2
-rw-r--r--src/printenv.c2
-rw-r--r--src/printf.c2
-rw-r--r--src/pwd.c2
-rw-r--r--src/rm.c2
-rw-r--r--src/rmdir.c2
-rw-r--r--src/seq.c2
-rw-r--r--src/sleep.c2
-rw-r--r--src/sort.c2
-rw-r--r--src/split.c2
-rw-r--r--src/stty.c2
-rw-r--r--src/su.c2
-rw-r--r--src/sum.c2
-rw-r--r--src/sync.c2
-rw-r--r--src/tac.c2
-rw-r--r--src/tail.c2
-rw-r--r--src/tee.c2
-rw-r--r--src/test.c2
-rw-r--r--src/touch.c2
-rw-r--r--src/tr.c2
-rw-r--r--src/tty.c2
-rw-r--r--src/uname.c2
-rw-r--r--src/unexpand.c2
-rw-r--r--src/uniq.c2
-rw-r--r--src/wc.c2
-rw-r--r--src/who-users.c4
-rw-r--r--src/whoami.c2
-rw-r--r--src/yes.c2
64 files changed, 65 insertions, 65 deletions
diff --git a/src/basename.c b/src/basename.c
index 55ae9ffdf..4e993a746 100644
--- a/src/basename.c
+++ b/src/basename.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/chgrp.c b/src/chgrp.c
index 812ef8106..44ba5189f 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/chmod.c b/src/chmod.c
index 1f462756e..598a79867 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/chown.c b/src/chown.c
index ac65b93cb..a8ab3f99d 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/chroot.c b/src/chroot.c
index a4d066f71..e204c8cd7 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/date.c b/src/date.c
index a84d80fca..c9587924a 100644
--- a/src/date.c
+++ b/src/date.c
@@ -423,7 +423,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/dd.c b/src/dd.c
index 3663eb450..faa1da709 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/df.c b/src/df.c
index c8905cd18..a8758a92d 100644
--- a/src/df.c
+++ b/src/df.c
@@ -479,7 +479,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/dircolors.c b/src/dircolors.c
index 5d6a031f2..8538c3a35 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -120,7 +120,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
diff --git a/src/dirname.c b/src/dirname.c
index b201b29af..c075e0253 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/du.c b/src/du.c
index 565f66a7e..842c7ea04 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/echo.c b/src/echo.c
index 466b7e014..50cafb678 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -91,7 +91,7 @@ Without -E, the following sequences are recognized and interpolated:\n\
\\t horizontal tab\n\
\\v vertical tab\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/env.c b/src/env.c
index b5a234c95..f9589fca8 100644
--- 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/expand.c b/src/expand.c
index e5d039d61..1e2bca614 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -128,7 +128,7 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/expr.c b/src/expr.c
index fa980f6f2..cb97c207b 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -144,7 +144,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/factor.c b/src/factor.c
index 3b8b9eef5..fcb31b054 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -76,7 +76,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/fmt.c b/src/fmt.c
index 8214a5f6d..e74a3469f 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -300,7 +300,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
\n\
In -wNUMBER, the letter `w' may be omitted.\n"),
stdout);
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/fold.c b/src/fold.c
index 664069420..39c7bde1e 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -93,7 +93,7 @@ standard output.\n\
-s, --spaces break at spaces\n\
-w, --width=WIDTH use WIDTH columns instead of 80\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/head.c b/src/head.c
index ffcb1c12b..aa22aad43 100644
--- a/src/head.c
+++ b/src/head.c
@@ -105,7 +105,7 @@ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
If -VALUE is used as first OPTION, read -c VALUE when one of\n\
multipliers bkm follows concatenated, else read -n VALUE.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/hostname.c b/src/hostname.c
index df80cddd3..3eb6f5228 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -68,7 +68,7 @@ Print the hostname of the current system.\n\
--version output version information and exit\n\
")
, program_name, program_name);
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/id.c b/src/id.c
index 8a25392f2..4b9fba996 100644
--- a/src/id.c
+++ b/src/id.c
@@ -381,7 +381,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/install.c b/src/install.c
index be5a10885..3a44036c8 100644
--- a/src/install.c
+++ b/src/install.c
@@ -619,7 +619,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/join.c b/src/join.c
index 1c3494d8c..fff2e536d 100644
--- a/src/join.c
+++ b/src/join.c
@@ -198,7 +198,7 @@ each being `SIDE.FIELD' or `0'. Default FORMAT outputs the join field,\n\
the remaining fields from FILE1, the remaining fields from FILE2, all\n\
separated by CHAR.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/ln.c b/src/ln.c
index 018b1d1b2..176410180 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/logname.c b/src/logname.c
index a582bbdc1..95ce95c1d 100644
--- a/src/logname.c
+++ b/src/logname.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/ls.c b/src/ls.c
index bce89268b..1183cd79a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2761,7 +2761,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/md5sum.c b/src/md5sum.c
index 81ed42479..80d9998d9 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -123,7 +123,7 @@ should be a former output of this program. The default mode is to print\n\
a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
text), and name for each FILE.\n"),
program_name, program_name, program_name);
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
diff --git a/src/mkdir.c b/src/mkdir.c
index 2cf25d2d4..830e6e399 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -77,7 +77,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/mkfifo.c b/src/mkfifo.c
index 87db0c10c..c9ea8756f 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/mknod.c b/src/mknod.c
index b5f70441a..370c12118 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/mv.c b/src/mv.c
index ef735a94b..e2ed51b3f 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/nice.c b/src/nice.c
index b81b78bf7..f71a90f7b 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -199,7 +199,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/nl.c b/src/nl.c
index 4b3461c73..f1697864b 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -229,7 +229,7 @@ FORMAT is one of:\n\
rz right justified, leading zeros\n\
\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/od.c b/src/od.c
index a16e4116d..239dbc2a7 100644
--- a/src/od.c
+++ b/src/od.c
@@ -388,7 +388,7 @@ with b suffix, by 1024 with k and by 1048576 with m. -s without a\n\
number implies 3. -w without a number implies 32. By default, od\n\
uses -A o -t d2 -w 16.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/paste.c b/src/paste.c
index f1c466c3e..a24fcbce5 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -425,7 +425,7 @@ With no FILE, or when FILE is -, read standard input.\n\
--version output version information and exit\n\
\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/pathchk.c b/src/pathchk.c
index 5939f156c..8ff664c64 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -367,7 +367,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/pr.c b/src/pr.c
index e54be80a4..e47db9b1e 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -1883,7 +1883,7 @@ Paginate or columnate FILE(s) for printing.\n\
-t implied by -l N when N < 10. Without -s, columns are separated by\n\
spaces. With no FILE, or when FILE is -, read standard input.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/printenv.c b/src/printenv.c
index 804f85950..b114a21e4 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/printf.c b/src/printf.c
index 15339e848..950f04528 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -120,7 +120,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/pwd.c b/src/pwd.c
index 065c14f70..0f74d2066 100644
--- 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/rm.c b/src/rm.c
index 8d3c239fd..c009d39d9 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/rmdir.c b/src/rmdir.c
index 065a1cb8a..bada255e1 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/seq.c b/src/seq.c
index fb0f11483..03911d76c 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -101,7 +101,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/sleep.c b/src/sleep.c
index 625ecf9dd..1ba48baab 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/sort.c b/src/sort.c
index 310bebef0..7280ddf4a 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -249,7 +249,7 @@ for that key. If no key given, use the entire line as key. With no\n\
FILE, or when FILE is -, read standard input.\n\
")
, DEFAULT_TMPDIR);
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
/* Don't use EXIT_FAILURE here in case it is defined to be 1.
POSIX requires that sort return 1 IFF invoked with -c and
diff --git a/src/split.c b/src/split.c
index 42cf2f90d..3c3b8c9d3 100644
--- a/src/split.c
+++ b/src/split.c
@@ -117,7 +117,7 @@ PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input.\n\
\n\
SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/stty.c b/src/stty.c
index bfba68187..082b228f5 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -628,7 +628,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/su.c b/src/su.c
index e8096e745..643e20e7e 100644
--- a/src/su.c
+++ b/src/su.c
@@ -430,7 +430,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/sum.c b/src/sum.c
index 992a65ff8..7a4698d88 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -74,7 +74,7 @@ Print checksum and block counts for each FILE.\n\
\n\
With no FILE, or when FILE is -, read standard input.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/sync.c b/src/sync.c
index bed0bfcba..6e81f6ee0 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/tac.c b/src/tac.c
index 68b861954..e1e026cc3 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -144,7 +144,7 @@ With no FILE, or when FILE is -, read standard input.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/tail.c b/src/tail.c
index 14c0d9703..cc42a7227 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -164,7 +164,7 @@ or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n\
the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n\
or -c +VALUE.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/tee.c b/src/tee.c
index fe104a8e9..fa2595ac6 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -72,7 +72,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/test.c b/src/test.c
index c4fbb3f99..cb6fd29aa 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1035,7 +1035,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/touch.c b/src/touch.c
index c5a3baa9e..1ae21d8cc 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -260,7 +260,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/tr.c b/src/tr.c
index 65868975d..156a688a4 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -412,7 +412,7 @@ only be used in pairs to specify case conversion. -s uses SET1 if not\n\
translating nor deleting; else squeezing uses SET2 and occurs after\n\
translation or deletion.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/tty.c b/src/tty.c
index f5039a296..7bde8c4be 100644
--- 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/uname.c b/src/uname.c
index ed5c1f626..c0747dd0e 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -192,7 +192,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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/unexpand.c b/src/unexpand.c
index 60169b828..2fe930e9e 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -386,7 +386,7 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/uniq.c b/src/uniq.c
index ad384ff18..617106264 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -134,7 +134,7 @@ standard input), writing to OUTPUT (or standard output).\n\
A field is a run of whitespace, than non-whitespace characters.\n\
Fields are skipped before chars.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/wc.c b/src/wc.c
index 6c7e6e64c..48b0d45d6 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -85,7 +85,7 @@ read standard input.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
diff --git a/src/who-users.c b/src/who-users.c
index feb13fe16..9320906b0 100644
--- a/src/who-users.c
+++ b/src/who-users.c
@@ -650,7 +650,7 @@ usage (int status)
If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\
If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
@@ -672,7 +672,7 @@ If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\
\n\
--help display this help and exit\n\
--version output version information and exit\n"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/whoami.c b/src/whoami.c
index 632c7aaae..ef7ed6a10 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}
diff --git a/src/yes.c b/src/yes.c
index 67e70a14a..5f5fc3eb6 100644
--- 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 bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}