mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-02 14:33:49 +08:00
change bug-reporting address
This commit is contained in:
parent
87b19e8a11
commit
b8e689dc67
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/dd.c
2
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);
|
||||
}
|
||||
|
2
src/df.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/du.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/id.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/ln.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/ls.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/mv.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/nl.c
2
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);
|
||||
}
|
||||
|
2
src/od.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/pr.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/rm.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/su.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/tr.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
2
src/wc.c
2
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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user