From 05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Oct 1997 23:53:36 +0000 Subject: [PATCH] update bug-reporting address --- src/chmod.c | 2 +- src/chown.c | 2 +- src/cp.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/chmod.c b/src/chmod.c index 325e65db5..14a16abda 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -248,7 +248,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/chown.c b/src/chown.c index 0c19db205..7c9bb458d 100644 --- a/src/chown.c +++ b/src/chown.c @@ -281,7 +281,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/cp.c b/src/cp.c index 5a0d59712..b5f065a06 100644 --- a/src/cp.c +++ b/src/cp.c @@ -177,7 +177,7 @@ As a special case, cp makes a backup of SOURCE when the force and backup\n\ options are given and SOURCE and DEST are the same name for an existing,\n\ regular file.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/dd.c b/src/dd.c index 22a1ed7e9..dd00370ff 100644 --- a/src/dd.c +++ b/src/dd.c @@ -1137,7 +1137,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/df.c b/src/df.c index 256cc8b51..71a10d0ca 100644 --- 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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/dircolors.c b/src/dircolors.c index 6562a9341..070069066 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); diff --git a/src/du.c b/src/du.c index 0b2d5fe57..927d147dc 100644 --- a/src/du.c +++ b/src/du.c @@ -234,7 +234,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/install.c b/src/install.c index 111449966..3dfffa62b 100644 --- a/src/install.c +++ b/src/install.c @@ -678,7 +678,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/ln.c b/src/ln.c index abe88f5dd..e68eaa02d 100644 --- a/src/ln.c +++ b/src/ln.c @@ -353,7 +353,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/ls.c b/src/ls.c index dee7328ae..c1d1ee6d0 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2957,7 +2957,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/mkdir.c b/src/mkdir.c index 4cd33ec13..a880b0096 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/mkfifo.c b/src/mkfifo.c index 493983556..387fab993 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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/mknod.c b/src/mknod.c index b3cb41406..d2292f7f5 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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/mv.c b/src/mv.c index 0d21c9ef0..13afc8fe0 100644 --- a/src/mv.c +++ b/src/mv.c @@ -442,7 +442,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/rm.c b/src/rm.c index 75282585c..0136f8882 100644 --- a/src/rm.c +++ b/src/rm.c @@ -311,7 +311,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/rmdir.c b/src/rmdir.c index 1aec7c63d..9b2ae90e4 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -125,7 +125,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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/sync.c b/src/sync.c index 3d4eb8055..dc0e9edd6 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 .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/touch.c b/src/touch.c index 42b37338b..202bf5ce3 100644 --- a/src/touch.c +++ b/src/touch.c @@ -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 .")); + puts (_("\nReport bugs to .")); } exit (status); }