change bug-reporting address

This commit is contained in:
Jim Meyering 1996-11-02 20:44:52 +00:00
parent b8e689dc67
commit 17c0c658f1
5 changed files with 5 additions and 5 deletions

View File

@ -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);
}

View 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);
}

View 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);
}

View 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);
}

View File

@ -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);
}