]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
change bug-reporting address
authorJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 20:44:52 +0000 (20:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 20:44:52 +0000 (20:44 +0000)
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c

index 6029dbfd66826edd48ee5809b61996a6ca490846..0dd19679f0a8b44b20a7002348c8af49b6b73d5a 100644 (file)
--- 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);
 }
index cf2e53647a1b5cd98bb1f6f4f17f77087a3759ee..a9ef57432c64127495463ec7c45c61b705a4b214 100644 (file)
@@ -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);
 }
index 8f52c1f24243d59dcac90a43573afb60d562e9aa..9e87f61681d46608565f5a424f7bde9c1f64c96b 100644 (file)
@@ -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);
 }
index d41f1a7b5c209af771c439156876863e7e24ca70..95ad1b123e719c457f8f5552d59d1998fc0c2e5e 100644 (file)
@@ -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);
 }
index 7d67386377c217e8509d8dc5802979b262c96bae..d0c30f5e1c6423d00b55b922ac45bcd983150388 100644 (file)
--- 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);
 }