summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 20:44:52 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 20:44:52 +0000
commit17c0c658f11754f47161a7d953b8d87470054f19 (patch)
tree159a6206903c37cd26231ebc1e4f68488dd34df0
parentb8e689dc67f219414801df5c398dbff1693f097f (diff)
downloadcoreutils-17c0c658f11754f47161a7d953b8d87470054f19.tar.xz
change bug-reporting address
-rw-r--r--src/cat.c2
-rw-r--r--src/cksum.c2
-rw-r--r--src/comm.c2
-rw-r--r--src/csplit.c2
-rw-r--r--src/cut.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/cat.c b/src/cat.c
index 6029dbfd6..0dd19679f 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -104,7 +104,7 @@ Concatenate FILE(s), or standard input, to standard output.\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/cksum.c b/src/cksum.c
index cf2e53647..a9ef57432 100644
--- a/src/cksum.c
+++ b/src/cksum.c
@@ -275,7 +275,7 @@ Print CRC checksum and byte counts of each FILE.\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/comm.c b/src/comm.c
index 8f52c1f24..9e87f6168 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -78,7 +78,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\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/csplit.c b/src/csplit.c
index d41f1a7b5..95ad1b123 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -1586,7 +1586,7 @@ Read standard input if FILE is -. Each PATTERN may be:\n\
\n\
A line OFFSET is a required `+' or `-' followed by a positive integer.\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/cut.c b/src/cut.c
index 7d6738637..d0c30f5e1 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -220,7 +220,7 @@ range, or many ranges separated by commas. Each range is one of:\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);
}