From c9fff5189792774b8169ce200ba72786646e715b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 31 Aug 1996 04:44:31 +0000 Subject: [PATCH] (usage): remove spurious trailing \n in puts. --- src/chgrp.c | 2 +- src/chmod.c | 2 +- src/chown.c | 2 +- src/dd.c | 2 +- src/df.c | 2 +- src/dircolors.c | 2 +- src/du.c | 2 +- src/install.c | 2 +- src/ln.c | 2 +- src/ls.c | 2 +- src/mkdir.c | 2 +- src/mkfifo.c | 2 +- src/mknod.c | 2 +- src/mv.c | 2 +- src/rm.c | 2 +- src/rmdir.c | 2 +- src/sync.c | 2 +- src/touch.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/chgrp.c b/src/chgrp.c index 5bbb1e628f..3a2e303c7a 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -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); } diff --git a/src/chmod.c b/src/chmod.c index 51e77d3ec6..2308d804fc 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -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); } diff --git a/src/chown.c b/src/chown.c index 84ea3d6cd5..7476e20b61 100644 --- a/src/chown.c +++ b/src/chown.c @@ -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); } diff --git a/src/dd.c b/src/dd.c index 34de427a83..60bfce5763 100644 --- 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); } diff --git a/src/df.c b/src/df.c index 3357afc623..00b9e4053a 100644 --- 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); } diff --git a/src/dircolors.c b/src/dircolors.c index b2645d77c2..20a0c6357d 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -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); diff --git a/src/du.c b/src/du.c index ededd6493e..63b00ce2e7 100644 --- 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); } diff --git a/src/install.c b/src/install.c index 54025fbd99..0e7cd0126c 100644 --- a/src/install.c +++ b/src/install.c @@ -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); } diff --git a/src/ln.c b/src/ln.c index ee7eb7f8c4..1ffc14bf52 100644 --- 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); } diff --git a/src/ls.c b/src/ls.c index 26ddec1aa3..c782f59be0 100644 --- 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); } diff --git a/src/mkdir.c b/src/mkdir.c index d7e1f02073..935fe39d6d 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -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); } diff --git a/src/mkfifo.c b/src/mkfifo.c index dd559ebc13..8c8ff0a0b2 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -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); } diff --git a/src/mknod.c b/src/mknod.c index 915f619f83..82c58fbc88 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -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); } diff --git a/src/mv.c b/src/mv.c index 607a3c87a8..2e354f26a3 100644 --- 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); } diff --git a/src/rm.c b/src/rm.c index 61ca609dc5..8cd9e6dc3a 100644 --- 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); } diff --git a/src/rmdir.c b/src/rmdir.c index 2aa3f1ac54..f309c1b91e 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -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); } diff --git a/src/sync.c b/src/sync.c index 59b0866168..90a15784bf 100644 --- a/src/sync.c +++ b/src/sync.c @@ -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); } diff --git a/src/touch.c b/src/touch.c index d37e206797..c8bcd95f3b 100644 --- a/src/touch.c +++ b/src/touch.c @@ -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); } -- 2.47.2