]> 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:24:58 +0000 (04:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:24:58 +0000 (04:24 +0000)
24 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/paste.c
src/pr.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c

index 186cc98fe20379a9e33e32885d538dce8ae2452b..1f0778fe621c9a7e53ce24dfacefd129e697ecce 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index c3f06eb6ad4207128548e9d4f10b30b20eb982b1..412eefaf31ce8df08523ed76f1a30d47d425048d 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index c11953e610f0d9aef7eece5ed7b9ef4d859d4e13..bb5dd6b162973ce1ef5e20aac096805c2c9b173e 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 08546f3e723b12cd663b9b494f3f05d4ebe1622c..33615af6043375ccf044cc3afd45780eb4a15288 100644 (file)
@@ -1584,7 +1584,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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 991baa9031d9c68aea354b74cfc492320e16f15c..549a0e342eb90f826e17056989db2c29ac386de9 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 2b525251436979d3c6779431579d89060f9d6317..0c2e03f1687165f28a3b0b953a174f9021b881b1 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 3830880723bc9b700c61e7c5e398f90f73510b09..1aed926be2a95552f1566217c5dd281826a04ed8 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -299,7 +299,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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 8d634990f4d6311e7a22f164a70f9a34ce8db921..368c610e6daddeda8d3ad3443be5be816af77985 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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index aba3d5cc0a29ba8278aacab1059f54d3503b5ba6..54e5c2f83a30f76d136eca5084b61a70661202d8 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index b46275ec5497675269c3d075c2afd160467172cb..09aaf2bedbd9d202cb6aea2b564a242fffbb4dea 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 0410fea4a53b5e951b01bdc3b11348713c43f05f..6f562af62c664376444c962bff069edda156948b 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index d1410816e13c8124d1d0c575bb95afd5fd7101f3..bd1bd68261ffa7ef39acb37226c4f3a3a246818b 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -229,7 +229,7 @@ FORMAT is one of:\n\
   rz   right justified, leading zeros\n\
 \n\
 "));
-      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 4241ec504ecbb1d56b123c8eadd54668daae13ba..b808aeb947338c17d6f405d6a3eb5e3978f289c8 100644 (file)
--- a/src/od.c
+++ b/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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 725269b1f023d3e9ae09767381b64c2931785a77..264ed3d8e6db7c3a621fb9ea9283d654a286dda0 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 55acc508b61dbbf914a73dffbacbc91659fb18b0..0981cfa8a1d13a18b1e65ba235f815a8a0431eab 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -2467,7 +2467,7 @@ Paginate or columnate FILE(s) for printing.\n\
 -T implied by -l nn when nn <= 10 or <= 3 with -f. With no FILE, or when\n\
 FILE is -, read standard input.\n\
 "));
-      puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 0b116876463a4ec8462200dc3fd8c103fc3f6270..a1b5e60f5583f080625178b1573921188fbe839e 100644 (file)
@@ -246,7 +246,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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@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
index bdd26087a544493de2e12afe2a8d0eda1c8181c4..81b0f87062eacfaeed704771e18a10b1db9129c8 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 9e7d252bbbd77f816d4c0bfaddcde1acb41fd3b8..0defc4c5cf44dc1ffe8cbd0d8837e1ca02edcb61 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 2b59b478bca5a6fe0d19887acffaadd87f7f6726..8bf5035a0aea32cec5c72cdead741abef2ab0e8e 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index b774606d6d3044f6e5f6e15618128a054c0fe2a8..b7fc0587b7a5f6eb98c2abd86d737d07ce2253dc 100644 (file)
@@ -180,7 +180,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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index da0f01b15e41439db07ad88a44a45a1d14591cf7..720f9c823fdf140030d0db77baea8cf55fd9bcd9 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -413,7 +413,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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 9c13c51a29196a50f59d6d82442646be6dd9d81f..f538ec034118857e2351706c02a04366c3429728 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index f716f38ea54379a8b1057cae885d1918712fa49e..10eaecf589e016d103653920c3da8e3b909bef49 100644 (file)
@@ -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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 114b27dbe7aa33141effca9029fab2ef76f6237c..d268d6503e490d3cc7d4376103cce5189a0a14a5 100644 (file)
--- a/src/wc.c
+++ b/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 textutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }