Change fprintf (stdout' to printf ('.

This commit is contained in:
Jim Meyering
1993-10-18 03:11:02 +00:00
parent ce559ec2e5
commit 47ff7adaa2
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+2 -2
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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");
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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\
+1 -1
View File
@@ -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");
+1 -1
View File
@@ -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\