+ minor whitespace oddities removed

+ re-alphabetized AUTHORS section
+ added Id tag at bottom
This commit is contained in:
John Beppu 2000-04-13 23:44:04 +00:00
parent cbd6628c8c
commit 50ed0676ad

View File

@ -213,7 +213,7 @@ Clears the screen.
Usage: chvt N Usage: chvt N
Change foreground virtual terminal to /dev/ttyN Change foreground virtual terminal to /dev/ttyN
------------------------------- -------------------------------
=item cp =item cp
@ -489,7 +489,7 @@ Example:
Usage: deallocvt N Usage: deallocvt N
Deallocates unused virtual terminal /dev/ttyN Deallocates unused virtual terminal /dev/ttyN
------------------------------- -------------------------------
=item fsck.minix =item fsck.minix
@ -523,7 +523,7 @@ OPTIONS:
-i Specify the number of inodes for the filesystem -i Specify the number of inodes for the filesystem
-l FILENAME Read the bad blocks list from FILENAME -l FILENAME Read the bad blocks list from FILENAME
-v Make a Minix version 2 filesystem -v Make a Minix version 2 filesystem
------------------------------- -------------------------------
=item grep =item grep
@ -698,7 +698,7 @@ Options:
-A do not list implied . and .. -A do not list implied . and ..
-C list entries by columns -C list entries by columns
-F append indicator (one of */=@|) to entries -F append indicator (one of */=@|) to entries
------------------------------- -------------------------------
=item lsmod =item lsmod
@ -773,7 +773,7 @@ Options:
-v0 Make version 0 swap [max 128 Megs]. -v0 Make version 0 swap [max 128 Megs].
-v1 Make version 1 swap [big!] (default for kernels > 2.1.117). -v1 Make version 1 swap [big!] (default for kernels > 2.1.117).
block-count Number of block to use (default is entire partition). block-count Number of block to use (default is entire partition).
------------------------------- -------------------------------
=item mnc =item mnc
@ -789,7 +789,7 @@ More is a filter for paging through text one screenful at a time.
Example: Example:
$ dmesg | more $ dmesg | more
------------------------------- -------------------------------
=item mount =item mount
@ -825,7 +825,7 @@ Example:
devpts on /dev/pts type devpts (rw) devpts on /dev/pts type devpts (rw)
$ mount /dev/fd0 /mnt -t msdos -o ro $ mount /dev/fd0 /mnt -t msdos -o ro
$ mount /tmp/diskimage /opt -t ext2 -o loop $ mount /tmp/diskimage /opt -t ext2 -o loop
------------------------------- -------------------------------
=item mt =item mt
@ -843,7 +843,7 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.
Example: Example:
$ mv /tmp/foo /bin/bar $ mv /tmp/foo /bin/bar
------------------------------- -------------------------------
=item nslookup =item nslookup
@ -1024,6 +1024,10 @@ Dave Cinege <dcinege@psychosis.com>
=for html <br> =for html <br>
Karl M. Hegbloom <karlheg@debian.org>
=for html <br>
Bruce Perens <bruce@perens.com> Bruce Perens <bruce@perens.com>
=for html <br> =for html <br>
@ -1040,9 +1044,6 @@ Enrique Zanardi <ezanardi@ull.es>
=for html <br> =for html <br>
Karl M. Hegbloom <karlheg@debian.org>
=for html <br>
=cut =cut
# $Id: busybox.pod,v 1.9 2000/04/13 23:44:04 beppu Exp $