]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): remove spurious trailing \n in puts.
authorJim Meyering <jim@meyering.net>
Sat, 31 Aug 1996 04:44:31 +0000 (04:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 31 Aug 1996 04:44:31 +0000 (04:44 +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 5bbb1e628fa3a3f35233d71fd83d2684e38268a9..3a2e303c7a49abc77b7946300bf84665f9bf44fa 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 51e77d3ec6e8be8c934018f79ebe151ece700fce..2308d804fcbb5ff1398e8af81e488fc1ea0bbe15 100644 (file)
@@ -226,7 +226,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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 84ea3d6cd50cd04e0733ec56148c2265a19c7e7c..7476e20b616b6865fc0b89cb63ca4713abc9cc54 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 34de427a83c8728c0b55e84322fa0a1e70dda6bb..60bfce57638fc587df5e834031cc182e7f530d7c 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 3357afc623d32e92b95496c96eb08ced786e1979..00b9e4053a2861f05759eac2dae9edd3ef10a667 100644 (file)
--- a/src/df.c
+++ b/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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index b2645d77c280b19bc13445c32ff15134a1a11322..20a0c6357d672a4374a4aef92ff38a57f157cdd4 100644 (file)
@@ -115,7 +115,7 @@ Determine format of 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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index ededd6493eb6740210897d0252abc7c2ea861c86..63b00ce2e78ad31f231343167dfe86d8af631fe8 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 54025fbd99273385e56b57b08f97a424731c3993..0e7cd0126c38b54a617e9be90b67115e4deaec66 100644 (file)
@@ -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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index ee7eb7f8c4023f0a96b6d0cb06fac7660f1cd972..1ffc14bf52be6eccd747fc44ec0e722621c986bb 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 26ddec1aa3b1a72817cdc6a63498cb06751c9811..c782f59be000e97564b177922ce410fcbbe5fb9e 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2747,7 +2747,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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index d7e1f0207399b50ce16899d737474d72424729e2..935fe39d6df4e7a71f7bd1abac35c46abe24410e 100644 (file)
@@ -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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index dd559ebc13ba09ad09ac5dbda72db528196c9674..8c8ff0a0b2d8cfd58db3af4b4e5036af10885286 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 915f619f8322fd154de1b7a431e7278890ed42a1..82c58fbc88da57abbcc1e7863ee5953121a84552 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 607a3c87a8233481ffcf9427b9464c7d2eb73188..2e354f26a3faeea62bf12d5599f25be40c33af4a 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 61ca609dc5d22c4f921af92daf213b43c1b09822..8cd9e6dc3a15470a6401dbffef505953bd681c90 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 2aa3f1ac54d5ee7dbd27c2092e3843d96f01130c..f309c1b91e7de2cb4c5fe77f4d025485dc68ca3d 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index 59b08661689d59148ff3ada23559cd12046a531b..90a15784bff00e729db41706e80b93edae8f89e2 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 bug-gnu-utils@gnu.ai.mit.edu\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }
index d37e206797a0148ad1d64c3f931c0293d5c3c4fd..c8bcd95f3b0c12987e42f72d9ac28af9c07c9eeb 100644 (file)
@@ -262,7 +262,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\n"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }