]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
bracket bug address with <> and append a period
authorJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:23:31 +0000 (04:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:23:31 +0000 (04:23 +0000)
29 files changed:
src/basename.c
src/chroot.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/factor.c
src/groups.sh
src/hostname.c
src/id.c
src/logname.c
src/nice.c
src/nohup.sh
src/pathchk.c
src/printenv.c
src/printf.c
src/pwd.c
src/seq.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/test.c
src/tty.c
src/uname.c
src/who-users.c
src/whoami.c
src/yes.c

index 6094c099130b8b5880011906c5e70e07a636a7d3..53e35841346c731d2507a71049be180eceddf252 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6c53037b773c29a705b073d54418797e53d8f24f..2574f4d7b0f5306f23d9f57b0a871c798a83b1a8 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index b69019b43c19e1a2e6bec1d98fb0514f2c158ab7..6371f62e071621d3dedcf680cf6e3dd5ff770ef9 100644 (file)
@@ -418,7 +418,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 9caf13d4630cc92a4a2d6918770a9555aa726acd..3cced85d8b610524b5d2accf01811a0e2ead304e 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 340cad37c5fe6417547f4eaaa2c6f74920703a98..8fd4950e224c44e7da5be35e896417195f5c2ee9 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index c6c8ab60db0b1a1cb11429e16e364a4ba6e810c7..377066312f4a692181574c658096ae5e17dfa671 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 54411cebfe577747a22241d6afa9737347f1f217..c8a04771cba06a7b263ccef2a8223671cbe185b2 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6735903382ec0d2c9fe197c00b45e661e6d78221..6c22f561047fe141d61b1b1e605388f95fe86106 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 3553bd8177dbf9990fdb33d38aaf6c3a43b858dd..68ac9636e8f6c9a2e61871047804a5f20c0ef02b 100755 (executable)
@@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]...
 
 Same as id -Gn.  If no USERNAME, use current process.
 
-Report bugs to sh-utils-bugs@gnu.ai.mit.edu"
+Report bugs to <sh-utils-bugs@gnu.ai.mit.edu>."
 
 case $# in
   1 )
index 687d27974251c709cef1037e8b01ae6e893be049..3906b043add2bb48d08b0a5cc05eb98dd6c8e651 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 23c4ad50616b51c7117b9c0c6c7e50c544f96f92..a9e158391308529dfd54555db5145ec1e20b6450 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -384,7 +384,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index c8197369fd690ee4d6ce99fd84960c069d830caa..d209af8f8d140b1b6629e500b3fb7d6458374981 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index d66950e3bbc605d71cbf2b0e362ede60150f61d9..0f7c4a6be8d14a8ad264a9862738807bfeed4b7f 100644 (file)
@@ -205,7 +205,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index cb1d782fd53755848321d0fa0ad81119cd950d22..3d9405d10648d2122f8d7b378a9c0bfd21e849dc 100755 (executable)
@@ -33,7 +33,7 @@ usage_help="Run COMMAND, ignoring hangup signals.
   --help      display this help and exit
   --version   output version information and exit
 
-Report bugs to sh-utils-bugs@gnu.ai.mit.edu"
+Report bugs to <sh-utils-bugs@gnu.ai.mit.edu>."
 
 if [ $# -eq 0 ]; then
   echo >&2 "$usage"
index db8e23496a9be4090c4c9c95f7ad0f532ba0ad12..c49728b10528309f5d91bdb33c949e1c3c552028 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index ad548c4219d6bef516c9591601354fb3270a31fe..fedf986ddd765ad7e3b33e470701dde0acb92826 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 7ac13a5d60e0281ad73084abce47ec47a37de962..be17ff0dc6d3183d66a3379ba89d61b71f645774 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 81cf74c122261ece7832c53237b682c9028fefba..9bd53f5aad82ba6c97d5d03c3a0bfc147d995a30 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index a92c670db0b6c3015dd58ddf90cbeacb4968943c..77627084afbf8c89b55b4563c4f18bcc01d0190c 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -102,7 +102,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6ab1e022e1bed90f208aa9b8f1f5cd022fb5e6d0..3242cc64e5f975fc44733e237bb41b54803ac3b9 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index e2167765e82f6a3a5710f3331601d16790c480c2..302e7466f3a5704ab109bf696f4826c182d4a278 100644 (file)
@@ -643,7 +643,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6c8a942fce3d8776863847ff2415bb4195f2de35..cc6e8d2ebee3e64ec5c11c2d53ae93f9671bd9de 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -442,7 +442,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index e5946eeb841d086d43b3bac87263cac4cdcf24a0..56c911f0c82da0c300d5bd4fde5059424446b5e6 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index cae73296b6f7fdbe9b2516e995da2d313bfe706a..7b59bc8544e72b63743e083c86f63d365bbb767e 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index dfc72e5c00e7c63bd26d127b8bad4c1bf7571a99..fe7b4052fe8e1eb652d35c7c9647b1720be9f231 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index a64839338037a1085fc1459689742e4ecbef5939..bc1728ab63c5a9bec0b9721cb2c771634339f008 100644 (file)
@@ -213,7 +213,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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 4bb76df4b695c35fee58393325543746be8a580e..c029339b6114941141f00f2f37533ad40c8b07e2 100644 (file)
@@ -655,7 +655,7 @@ usage (int status)
 If FILE is not specified, use %s.  %s as FILE is common.\n\
 If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
 "), UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
@@ -678,7 +678,7 @@ If FILE is not specified, use %s.  %s as FILE is common.\n\
       --help        display this help and exit\n\
       --version     output version information and exit\n"),
              UTMP_FILE, WTMP_FILE);
-      puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 52b7b650b908c94ca4c57660eab53b3b1c2b76b8..e530d1a36a2e313e6d73704043fd94cc15f76c74 100644 (file)
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 0b603defd6b597ec99598bc92cf41737b541bc1b..d43e279340c3ab18676fdc2d2361089ad2d5570c 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -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 sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }