diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-04 22:17:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-04 22:17:01 +0000 |
commit | 2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch) | |
tree | 12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /docs | |
parent | 028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff) | |
download | busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.bz2 busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.zip |
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 8 |
1 files changed, 4 insertions, 4 deletions
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 | ||
595 | Performs a consistency check for MINIX filesystems. | 595 | Performs a consistency check for MINIX filesystems. |
596 | 596 | ||
597 | OPTIONS: | 597 | Options: |
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 | ||
613 | Search for PATTERN in each FILE or standard input. | 613 | Search for PATTERN in each FILE or standard input. |
614 | 614 | ||
615 | OPTIONS: | 615 | Options: |
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 | ||
1125 | Make a MINIX filesystem. | 1125 | Make a MINIX filesystem. |
1126 | 1126 | ||
1127 | OPTIONS: | 1127 | Options: |
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 $ |