aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
commit2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
downloadbusybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.bz2
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.zip
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
-rw-r--r--Makefile2
-rw-r--r--docs/busybox.pod8
-rw-r--r--findutils/grep.c2
-rw-r--r--fsck_minix.c2
-rw-r--r--grep.c2
-rw-r--r--mkfs_minix.c2
-rw-r--r--util-linux/fsck_minix.c2
-rw-r--r--util-linux/mkfs_minix.c2
8 files changed, 11 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index f1153830b..27ea8fd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ olddoc/BusyBox.html: olddoc/busybox.lineo.com/BusyBox.html
133 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 133 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
134 134
135olddoc/busybox.lineo.com/BusyBox.html: docs/busybox.pod 135olddoc/busybox.lineo.com/BusyBox.html: docs/busybox.pod
136 - pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html 136 - pod2html --noindex docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
137 - rm -f pod2html* 137 - rm -f pod2html*
138 138
139busybox: $(OBJECTS) 139busybox: $(OBJECTS)
diff --git a/docs/busybox.pod b/docs/busybox.pod
index d1d6f7efd..50e23fd30 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -594,7 +594,7 @@ Usage: fsck.minix [B<-larvsmf>] /dev/name
594 594
595Performs a consistency check for MINIX filesystems. 595Performs a consistency check for MINIX filesystems.
596 596
597OPTIONS: 597Options:
598 598
599 -l Lists all filenames 599 -l Lists all filenames
600 -r Perform interactive repairs 600 -r Perform interactive repairs
@@ -612,7 +612,7 @@ Usage: grep [OPTIONS]... PATTERN [FILE]...
612 612
613Search for PATTERN in each FILE or standard input. 613Search for PATTERN in each FILE or standard input.
614 614
615OPTIONS: 615Options:
616 616
617 -h suppress the prefixing filename on output 617 -h suppress the prefixing filename on output
618 -i ignore case distinctions 618 -i ignore case distinctions
@@ -1124,7 +1124,7 @@ Usage: mkfs.minix [B<-c> | B<-l> filename] [B<-nXX>] [B<-iXX>] /dev/name [blocks
1124 1124
1125Make a MINIX filesystem. 1125Make a MINIX filesystem.
1126 1126
1127OPTIONS: 1127Options:
1128 1128
1129 -c Check the device for bad blocks 1129 -c Check the device for bad blocks
1130 -n [14|30] Specify the maximum length of filenames 1130 -n [14|30] Specify the maximum length of filenames
@@ -2063,4 +2063,4 @@ Enrique Zanardi <ezanardi@ull.es>
2063 2063
2064=cut 2064=cut
2065 2065
2066# $Id: busybox.pod,v 1.53 2000/07/04 20:07:13 andersen Exp $ 2066# $Id: busybox.pod,v 1.54 2000/07/04 22:17:01 andersen Exp $
diff --git a/findutils/grep.c b/findutils/grep.c
index a2e2ff813..c43ad0134 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -35,7 +35,7 @@ static const char grep_usage[] =
35 "grep [-ihHnqvs] pattern [files...]\n" 35 "grep [-ihHnqvs] pattern [files...]\n"
36#ifndef BB_FEATURE_TRIVIAL_HELP 36#ifndef BB_FEATURE_TRIVIAL_HELP
37 "\nSearch for PATTERN in each FILE or standard input.\n\n" 37 "\nSearch for PATTERN in each FILE or standard input.\n\n"
38 "OPTIONS:\n" 38 "Options:\n"
39 "\t-H\tprefix output lines with filename where match was found\n" 39 "\t-H\tprefix output lines with filename where match was found\n"
40 "\t-h\tsuppress the prefixing filename on output\n" 40 "\t-h\tsuppress the prefixing filename on output\n"
41 "\t-i\tignore case distinctions\n" 41 "\t-i\tignore case distinctions\n"
diff --git a/fsck_minix.c b/fsck_minix.c
index 1e482f3f9..adeb78967 100644
--- a/fsck_minix.c
+++ b/fsck_minix.c
@@ -203,7 +203,7 @@ static void show_usage(void)
203#ifndef BB_FEATURE_TRIVIAL_HELP 203#ifndef BB_FEATURE_TRIVIAL_HELP
204 fprintf(stderr, 204 fprintf(stderr,
205 "\nPerforms a consistency check for MINIX filesystems.\n\n"); 205 "\nPerforms a consistency check for MINIX filesystems.\n\n");
206 fprintf(stderr, "OPTIONS:\n"); 206 fprintf(stderr, "Options:\n");
207 fprintf(stderr, "\t-l\tLists all filenames\n"); 207 fprintf(stderr, "\t-l\tLists all filenames\n");
208 fprintf(stderr, "\t-r\tPerform interactive repairs\n"); 208 fprintf(stderr, "\t-r\tPerform interactive repairs\n");
209 fprintf(stderr, "\t-a\tPerform automatic repairs\n"); 209 fprintf(stderr, "\t-a\tPerform automatic repairs\n");
diff --git a/grep.c b/grep.c
index a2e2ff813..c43ad0134 100644
--- a/grep.c
+++ b/grep.c
@@ -35,7 +35,7 @@ static const char grep_usage[] =
35 "grep [-ihHnqvs] pattern [files...]\n" 35 "grep [-ihHnqvs] pattern [files...]\n"
36#ifndef BB_FEATURE_TRIVIAL_HELP 36#ifndef BB_FEATURE_TRIVIAL_HELP
37 "\nSearch for PATTERN in each FILE or standard input.\n\n" 37 "\nSearch for PATTERN in each FILE or standard input.\n\n"
38 "OPTIONS:\n" 38 "Options:\n"
39 "\t-H\tprefix output lines with filename where match was found\n" 39 "\t-H\tprefix output lines with filename where match was found\n"
40 "\t-h\tsuppress the prefixing filename on output\n" 40 "\t-h\tsuppress the prefixing filename on output\n"
41 "\t-i\tignore case distinctions\n" 41 "\t-i\tignore case distinctions\n"
diff --git a/mkfs_minix.c b/mkfs_minix.c
index 670d03a3a..9493f2b2b 100644
--- a/mkfs_minix.c
+++ b/mkfs_minix.c
@@ -183,7 +183,7 @@ static volatile void show_usage()
183 program_name); 183 program_name);
184#ifndef BB_FEATURE_TRIVIAL_HELP 184#ifndef BB_FEATURE_TRIVIAL_HELP
185 fprintf(stderr, "\nMake a MINIX filesystem.\n\n"); 185 fprintf(stderr, "\nMake a MINIX filesystem.\n\n");
186 fprintf(stderr, "OPTIONS:\n"); 186 fprintf(stderr, "Options:\n");
187 fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n"); 187 fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n");
188 fprintf(stderr, 188 fprintf(stderr,
189 "\t-n [14|30]\tSpecify the maximum length of filenames\n"); 189 "\t-n [14|30]\tSpecify the maximum length of filenames\n");
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index 1e482f3f9..adeb78967 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -203,7 +203,7 @@ static void show_usage(void)
203#ifndef BB_FEATURE_TRIVIAL_HELP 203#ifndef BB_FEATURE_TRIVIAL_HELP
204 fprintf(stderr, 204 fprintf(stderr,
205 "\nPerforms a consistency check for MINIX filesystems.\n\n"); 205 "\nPerforms a consistency check for MINIX filesystems.\n\n");
206 fprintf(stderr, "OPTIONS:\n"); 206 fprintf(stderr, "Options:\n");
207 fprintf(stderr, "\t-l\tLists all filenames\n"); 207 fprintf(stderr, "\t-l\tLists all filenames\n");
208 fprintf(stderr, "\t-r\tPerform interactive repairs\n"); 208 fprintf(stderr, "\t-r\tPerform interactive repairs\n");
209 fprintf(stderr, "\t-a\tPerform automatic repairs\n"); 209 fprintf(stderr, "\t-a\tPerform automatic repairs\n");
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index 670d03a3a..9493f2b2b 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -183,7 +183,7 @@ static volatile void show_usage()
183 program_name); 183 program_name);
184#ifndef BB_FEATURE_TRIVIAL_HELP 184#ifndef BB_FEATURE_TRIVIAL_HELP
185 fprintf(stderr, "\nMake a MINIX filesystem.\n\n"); 185 fprintf(stderr, "\nMake a MINIX filesystem.\n\n");
186 fprintf(stderr, "OPTIONS:\n"); 186 fprintf(stderr, "Options:\n");
187 fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n"); 187 fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n");
188 fprintf(stderr, 188 fprintf(stderr,
189 "\t-n [14|30]\tSpecify the maximum length of filenames\n"); 189 "\t-n [14|30]\tSpecify the maximum length of filenames\n");