]> 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:08 +0000 (04:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:24:08 +0000 (04:24 +0000)
18 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/dd.c
src/df.c
src/dircolors.c
src/du.c
src/install.c
src/ln.c
src/ls.c
src/mkdir.c
src/mkfifo.c
src/mknod.c
src/mv.c
src/rm.c
src/rmdir.c
src/sync.c
src/touch.c

index 40a1dc14b05898a94464f6519eb3e24fdd7a73c2..24619b3e042d159aba82753a878ac9c9309a7e16 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 40f5e28773ce451b55deabe92a606288e523537f..11a1d3eb539357152122e19bbfdb97547c7f3d6e 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 9663cd17e60695edd3d78ca321527f52652451e4..61f4dabd675307a80b43bedf6db3ca37deec1cce 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 869477a2b16ff56c61d24cfb9ccb833762e4ff6f..f1b35b82af82169f00d9158a5fbbfe6ef9208e1f 100644 (file)
--- a/src/dd.c
+++ b/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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6547fc8bf5431a1fa4503d4527309f9b697b7322..37a5b57e9f7047eb8ea8eef305bf45a66b719f6e 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -573,7 +573,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 18fb4ee61f517e0f2d545ab5c470c83af9f608ce..405406fc9ccaa3f48cc5d8fe7c49efb6c527294b 100644 (file)
@@ -118,7 +118,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index efbd49dcea1782f59430307c98062f1b295f75b3..7e597bfa14abfdc695bd033715e63c9f1bcad177 100644 (file)
--- a/src/du.c
+++ b/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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 23d2ebf6070b3b2de1bed047609046fea51e79d2..2a1452648df1d1821d97e84c8e7e449ac9668e4d 100644 (file)
@@ -622,7 +622,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index cdf8e8b0af49f0036d84f6b4cedd849e2569bea8..86e594359cabe41d2da3394ee1212c0b2ceaf374 100644 (file)
--- a/src/ln.c
+++ b/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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index e906335a0d82c97197ebd1cc6393aaf5663e7793..df71ce23bfb98f9d585a4fa864d93dde1c9e0583 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2802,7 +2802,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 3c12625b75af9ea14c7185b816374480b417802e..83056c0659a05c75949ae576886664b14e37e616 100644 (file)
@@ -67,7 +67,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 5243b6477378733da539e76861f8215bf2b99731..350b4baef63629070ad06c91c36a6b35dae7f368 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index a39b653ec24e06300d59f50bafb48d0546e6539b..bf660dc5ce9275f0b43986e05a1fdf1e66d10ce4 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 5558b921ac8d083f003e7eb76cbd20f9dc0d7b23..ed948c8f9c58b30e226c713687b00311da1de2ee 100644 (file)
--- a/src/mv.c
+++ b/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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 53325b38ca61750e457044baeccfaa9bfd966f05..61d28102c24319989daa5e71a9c7eb25277b8e78 100644 (file)
--- a/src/rm.c
+++ b/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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 0b4108d0211a838cd7bc45682efc1f3f1d091c6f..5c5373e75cf8077f347bcff4a5c0b75a10cdf912 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 6e9eb50c04f3e2350fae276b64193e51879223ad..fe30ada2f98b628e88b03e1ea25f4f00e68184c5 100644 (file)
@@ -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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }
index 3855f5766831047e4bac6e57fcb36ee65b4f3768..82c89745e2ad8cf867403d2a96fb83fb7a1caf56 100644 (file)
@@ -259,7 +259,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 fileutils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }