diff options
author | John Beppu <beppu@lbox.org> | 2000-04-13 23:44:04 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-04-13 23:44:04 +0000 |
commit | 50ed0676ad017742c2cd1b2b5b02a0ed268c37bc (patch) | |
tree | 2e6f064aa27599f912b7fa74cf1b704fd20bf5e7 | |
parent | cbd6628c8cc7a0447094db9496a0cfbc55726545 (diff) | |
download | busybox-w32-50ed0676ad017742c2cd1b2b5b02a0ed268c37bc.tar.gz busybox-w32-50ed0676ad017742c2cd1b2b5b02a0ed268c37bc.tar.bz2 busybox-w32-50ed0676ad017742c2cd1b2b5b02a0ed268c37bc.zip |
+ minor whitespace oddities removed
+ re-alphabetized AUTHORS section
+ added Id tag at bottom
-rw-r--r-- | docs/busybox.pod | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 127cf89b5..0e36e3172 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -213,7 +213,7 @@ Clears the screen. | |||
213 | Usage: chvt N | 213 | Usage: chvt N |
214 | 214 | ||
215 | Change foreground virtual terminal to /dev/ttyN | 215 | Change foreground virtual terminal to /dev/ttyN |
216 | 216 | ||
217 | ------------------------------- | 217 | ------------------------------- |
218 | 218 | ||
219 | =item cp | 219 | =item cp |
@@ -489,7 +489,7 @@ Example: | |||
489 | Usage: deallocvt N | 489 | Usage: deallocvt N |
490 | 490 | ||
491 | Deallocates unused virtual terminal /dev/ttyN | 491 | Deallocates unused virtual terminal /dev/ttyN |
492 | 492 | ||
493 | ------------------------------- | 493 | ------------------------------- |
494 | 494 | ||
495 | =item fsck.minix | 495 | =item fsck.minix |
@@ -523,7 +523,7 @@ OPTIONS: | |||
523 | -i Specify the number of inodes for the filesystem | 523 | -i Specify the number of inodes for the filesystem |
524 | -l FILENAME Read the bad blocks list from FILENAME | 524 | -l FILENAME Read the bad blocks list from FILENAME |
525 | -v Make a Minix version 2 filesystem | 525 | -v Make a Minix version 2 filesystem |
526 | 526 | ||
527 | ------------------------------- | 527 | ------------------------------- |
528 | 528 | ||
529 | =item grep | 529 | =item grep |
@@ -698,7 +698,7 @@ Options: | |||
698 | -A do not list implied . and .. | 698 | -A do not list implied . and .. |
699 | -C list entries by columns | 699 | -C list entries by columns |
700 | -F append indicator (one of */=@|) to entries | 700 | -F append indicator (one of */=@|) to entries |
701 | 701 | ||
702 | ------------------------------- | 702 | ------------------------------- |
703 | 703 | ||
704 | =item lsmod | 704 | =item lsmod |
@@ -773,7 +773,7 @@ Options: | |||
773 | -v0 Make version 0 swap [max 128 Megs]. | 773 | -v0 Make version 0 swap [max 128 Megs]. |
774 | -v1 Make version 1 swap [big!] (default for kernels > 2.1.117). | 774 | -v1 Make version 1 swap [big!] (default for kernels > 2.1.117). |
775 | block-count Number of block to use (default is entire partition). | 775 | block-count Number of block to use (default is entire partition). |
776 | 776 | ||
777 | ------------------------------- | 777 | ------------------------------- |
778 | 778 | ||
779 | =item mnc | 779 | =item mnc |
@@ -789,7 +789,7 @@ More is a filter for paging through text one screenful at a time. | |||
789 | Example: | 789 | Example: |
790 | 790 | ||
791 | $ dmesg | more | 791 | $ dmesg | more |
792 | 792 | ||
793 | ------------------------------- | 793 | ------------------------------- |
794 | 794 | ||
795 | =item mount | 795 | =item mount |
@@ -825,7 +825,7 @@ Example: | |||
825 | devpts on /dev/pts type devpts (rw) | 825 | devpts on /dev/pts type devpts (rw) |
826 | $ mount /dev/fd0 /mnt -t msdos -o ro | 826 | $ mount /dev/fd0 /mnt -t msdos -o ro |
827 | $ mount /tmp/diskimage /opt -t ext2 -o loop | 827 | $ mount /tmp/diskimage /opt -t ext2 -o loop |
828 | 828 | ||
829 | ------------------------------- | 829 | ------------------------------- |
830 | 830 | ||
831 | =item mt | 831 | =item mt |
@@ -843,7 +843,7 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. | |||
843 | Example: | 843 | Example: |
844 | 844 | ||
845 | $ mv /tmp/foo /bin/bar | 845 | $ mv /tmp/foo /bin/bar |
846 | 846 | ||
847 | ------------------------------- | 847 | ------------------------------- |
848 | 848 | ||
849 | =item nslookup | 849 | =item nslookup |
@@ -1024,6 +1024,10 @@ Dave Cinege <dcinege@psychosis.com> | |||
1024 | 1024 | ||
1025 | =for html <br> | 1025 | =for html <br> |
1026 | 1026 | ||
1027 | Karl M. Hegbloom <karlheg@debian.org> | ||
1028 | |||
1029 | =for html <br> | ||
1030 | |||
1027 | Bruce Perens <bruce@perens.com> | 1031 | Bruce Perens <bruce@perens.com> |
1028 | 1032 | ||
1029 | =for html <br> | 1033 | =for html <br> |
@@ -1040,9 +1044,6 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1040 | 1044 | ||
1041 | =for html <br> | 1045 | =for html <br> |
1042 | 1046 | ||
1043 | Karl M. Hegbloom <karlheg@debian.org> | ||
1044 | |||
1045 | =for html <br> | ||
1046 | |||
1047 | =cut | 1047 | =cut |
1048 | 1048 | ||
1049 | # $Id: busybox.pod,v 1.9 2000/04/13 23:44:04 beppu Exp $ | ||