summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
committerJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
commit47ff7adaa21056ee5e3e8bbcd72f052e1b03816a (patch)
tree07ac43f93de1d813e6df70d8cf9706c192b634c0
parentce559ec2e53843f0fc96ed5caa8ba8f6ce8f85e3 (diff)
downloadcoreutils-47ff7adaa21056ee5e3e8bbcd72f052e1b03816a.tar.xz
Change `fprintf (stdout' to `printf ('.
-rw-r--r--src/chgrp.c2
-rw-r--r--src/chmod.c2
-rw-r--r--src/chown.c2
-rw-r--r--src/dd.c2
-rw-r--r--src/df.c2
-rw-r--r--src/du.c2
-rw-r--r--src/install.c2
-rw-r--r--src/ln.c2
-rw-r--r--src/ls.c4
-rw-r--r--src/mkdir.c2
-rw-r--r--src/mkfifo.c2
-rw-r--r--src/mknod.c2
-rw-r--r--src/mv.c2
-rw-r--r--src/rm.c2
-rw-r--r--src/rmdir.c2
-rw-r--r--src/touch.c2
16 files changed, 17 insertions, 17 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 38ae2b10c..caa4a7d2d 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -313,7 +313,7 @@ Usage: %s [OPTION]... GROUP FILE...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-c, --changes like verbose but report only when a change is made\n\
-f, --silent, --quiet suppress most error messages\n\
-v, --verbose output a diagnostic for every file processed\n\
diff --git a/src/chmod.c b/src/chmod.c
index 8e637fbae..742268739 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -323,7 +323,7 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
program_name, program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-c, --changes like verbose but report only when a change is made\n\
-f, --silent, --quiet suppress most error messages\n\
-v, --verbose output a diagnostic for every file processed\n\
diff --git a/src/chown.c b/src/chown.c
index 2a7180dae..ee8bd5262 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -302,7 +302,7 @@ Usage: %s [OPTION]... OWNER[.[GROUP]] FILE...\n\
program_name, program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-c, --changes be verbose whenever change occurs\n\
-f, --silent, --quiet suppress most error messages\n\
-v, --verbose explain what is being done\n\
diff --git a/src/dd.c b/src/dd.c
index 44686b8fb..e9264baa1 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1079,7 +1079,7 @@ Usage: %s [OPTION]...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
bs=BYTES force ibs=BYTES and obs=BYTES\n\
cbs=BYTES convert BYTES bytes at a time\n\
conv=KEYWORDS convert the file as per the comma separated keyword list\n\
diff --git a/src/df.c b/src/df.c
index 588060ff4..55249076e 100644
--- a/src/df.c
+++ b/src/df.c
@@ -483,7 +483,7 @@ Usage: %s [OPTION] [PATH]...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-a, --all include filesystems having 0 blocks\n\
-i, --inodes list inode information instead of block usage\n\
-k, --kilobytes use 1024 blocks, not 512 despite POSIXLY_CORRECT\n\
diff --git a/src/du.c b/src/du.c
index 01313c428..6ec6bd32f 100644
--- a/src/du.c
+++ b/src/du.c
@@ -205,7 +205,7 @@ Usage: %s [OPTION]... [PATH]...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-a, --all write counts for all files, not just directories\n\
-b, --bytes print size in bytes\n\
-c, --total produce a grand total\n\
diff --git a/src/install.c b/src/install.c
index 0190649eb..1697bb05c 100644
--- a/src/install.c
+++ b/src/install.c
@@ -548,7 +548,7 @@ Usage: %s [OPTION]... SOURCE DEST (1st format)\n\
program_name, program_name, program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-c (ignored)\n\
-d, --directory create [leading] directories, mandatory for 3rd format\n\
-g, --group GROUP set group ownership, instead of process' current group\n\
diff --git a/src/ln.c b/src/ln.c
index 4f9df6498..e49261027 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -360,7 +360,7 @@ Usage: %s [OPTION]... SOURCE [DEST]\n\
program_name, program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-b, --backup make backups for removed files\n\
-d, -F, --directory hard link directories (super-user only)\n\
-f, --force remove existing destinations\n\
diff --git a/src/ls.c b/src/ls.c
index 2024b1b28..627d0e08a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1887,7 +1887,7 @@ Usage: %s [OPTION]... [PATH]...\n\
if (status == 0)
{
- fprintf (stdout, "\
+ printf ("\
-a, --all do not hide entries starting with .\n\
-b, --escape print octal escapes for nongraphic characters\n\
-c sort by change time; with -l: show ctime\n\
@@ -1909,7 +1909,7 @@ Usage: %s [OPTION]... [PATH]...\n\
-x list entries by lines instead of by columns\n\
-A, --almost-all do not list implied . and ..\n");
- fprintf (stdout, "\
+ printf ("\
-B, --ignore-backups do not list implied entries ending with ~\n\
-C list entries by columns\n\
-F, --classify append a character for typing each entry\n\
diff --git a/src/mkdir.c b/src/mkdir.c
index 2387787f3..a30299991 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -151,7 +151,7 @@ Usage: %s [OPTION] DIRECTORY...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-p, --parents no error if existing, make parent directories as needed\n\
-m, --mode MODE set permission mode (as in chmod), not 0777 - umask\n\
--help display this help and exit\n\
diff --git a/src/mkfifo.c b/src/mkfifo.c
index 78900fcbb..031b44d55 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -139,7 +139,7 @@ Usage: %s [OPTION] PATH...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-m, --mode MODE set permission mode (as in chmod), not 0666 - umask\n\
--help display this help and exit\n\
--version output version information and exit\n");
diff --git a/src/mknod.c b/src/mknod.c
index ea472735f..efe838d13 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -174,7 +174,7 @@ Usage: %s [OPTION]... PATH TYPE [MAJOR MINOR]\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-m, --mode MODE set permission mode (as in chmod), not 0666 - umask\n\
--help display this help and exit\n\
--version output version information and exit\n\
diff --git a/src/mv.c b/src/mv.c
index fc74b6deb..9e2f6f670 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -479,7 +479,7 @@ Usage: %s [OPTION]... SOURCE DEST\n\
program_name, program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-b, --backup make backup before removal\n\
-f, --force remove existing destinations, never prompt\n\
-i, --interactive prompt before overwrite\n\
diff --git a/src/rm.c b/src/rm.c
index 84edd4856..d69e75ba8 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -536,7 +536,7 @@ Usage: %s [OPTION]... PATH...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-d, --directory unlink directory, even if non-empty (super-user only)\n\
-f, --force ignore nonexistent files, never prompt\n\
-i, --interactive prompt before any removal\n\
diff --git a/src/rmdir.c b/src/rmdir.c
index af7de15ee..918ef766a 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -153,7 +153,7 @@ Usage: %s [OPTION]... DIRECTORY...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-p, --parents remove explicit parent directories if being emptied\n\
--help display this help and exit\n\
--version output version information and exit\n");
diff --git a/src/touch.c b/src/touch.c
index 2cddba649..22ffcd9aa 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -385,7 +385,7 @@ Usage: %s [OPTION]... FILE...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-a change only the access time\n\
-c do not create any files\n\
-d, --date STRING parse STRING and use it instead of current time\n\