]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
change bug-reporting address
authorJim Meyering <jim@meyering.net>
Sun, 3 Nov 1996 03:16:23 +0000 (03:16 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Nov 1996 03:16:23 +0000 (03:16 +0000)
doc/textutils.texi
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c

index c665c6edc2df72ab30490a1f260dccaed0956411..ab100732a3f2963352b646111b163ee95b62478a 100644 (file)
@@ -150,7 +150,7 @@ The GNU text utilities are mostly compatible with the @sc{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{bug-textutils@@gnu.ai.mit.edu}.  Remember
+Please report bugs to @samp{textutils-bugs@@gnu.ai.mit.edu}.  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 0dd19679f0a8b44b20a7002348c8af49b6b73d5a..5a610c5bc72bd50efa4fa443b2f4e83497a75684 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index a9ef57432c64127495463ec7c45c61b705a4b214..2318d5b2140e918aeaf2e7a16fa5a9af29b0f454 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 9e87f61681d46608565f5a424f7bde9c1f64c96b..4609a3be2d109be7f5d28834e98724bbc0131370 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 95ad1b123e719c457f8f5552d59d1998fc0c2e5e..b8713fe69518d73a72bf6022eb869468f1de0650 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index d0c30f5e1c6423d00b55b922ac45bcd983150388..59711a01ea7b7c50174ace89138d4547a203710c 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 1e2bca61487533dcb2f78b09ff37df3746cb1a11..eeb270b5e90a84c756976d4988c87c5ad67102cc 100644 (file)
@@ -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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index e74a3469faf6850f369485d37d1dbd46eef1e9b9..5dd05a35f03356678c8796036e2d506bf778ccf1 100644 (file)
--- 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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 39c7bde1ec9274dd0106288d3d032a7327a59d34..64a5d393af932e0faff3fd7f417f6237a086c599 100644 (file)
@@ -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-textutils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }