Applying Debians 07-manpage-spelling.dpatch from Justin Pryzby

<justinpryzby@users.sourceforge.net> to fix mkdosfs manpage typos.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Daniel Baumann 2008-09-26 14:31:50 +02:00
parent 4371588cfa
commit 8ec54ddfee

View File

@ -79,7 +79,7 @@ is the special file corresponding to the device (e.g /dev/hdXX).
.I block-count
is the number of blocks on the device. If omitted,
.B mkdosfs
automatically determiness the file system size.
automatically determines the file system size.
.SH OPTIONS
.TP
.B \-A
@ -146,8 +146,8 @@ is a number which depends on the filesystem creation time.
Normally you are not allowed to use any 'full' fixed disk devices.
.B mkdosfs
will complain and tell you that it refuses to work. This is different
when usind MO disks. One doesn't always need partitions on MO disks.
The filesytem can go directly to the whole disk. Under other OSes
when using MO disks. One doesn't always need partitions on MO disks.
The file system can go directly to the whole disk. Under other OSes
this is known as the 'superfloppy' format.
This switch will force
@ -174,7 +174,7 @@ Select the number of entries available in the root directory. The
default is 112 or 224 for floppies and 512 for hard disks.
.TP
.BI \-R " number-of-reserved-sectors "
Select the number of reserved sectos. With FAT32 format at least 2
Select the number of reserved sectors. With FAT32 format at least 2
reserved sectors are needed, the default is 32. Otherwise the default
is 1 (only the boot sector).
.TP
@ -191,7 +191,7 @@ and greater than or equal to 512, i.e. 512, 1024, 2048, 4096, 8192,
Verbose execution.
.SH BUGS
.B mkdosfs
can not create bootable filesystems. This isn't as easy as you might
can not create boot-able file systems. This isn't as easy as you might
think at first glance for various reasons and has been discussed a lot
already.
.B mkdosfs
@ -200,7 +200,7 @@ simply will not support it ;)
Dave Hudson - <dave@humbug.demon.co.uk>; modified by Peter Anvin
<hpa@yggdrasil.com>. Fixes and additions by Roman Hodek
<roman@hodek.net> for Debian/GNU Linux.
.SH ACKNOWLEDGEMENTS
.SH ACKNOWLEDGMENTS
.B mkdosfs
is based on code from
.BR mke2fs