nilfs-utils: fix typos in manpages

Fix typos in man/mount.nilfs2.8 and man/nilfs-resize.8.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
Ryusuke Konishi 2014-04-19 22:51:30 +09:00
parent 1ddadef553
commit dceba49be5
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ the \fI/etc/fstab\fP table.
The third form, which directly invokes \fBmount.nilfs2\fP, is also
usable since \fBmount.nilfs2\fP maintains by itself the system mount
state such as the list of mounted file systems described in
\fI/etc/mtab\fP. Howerver, the first or the second form is usually
\fI/etc/mtab\fP. However, the first or the second form is usually
recommended because some expansive options are not supported by the
third form.
.SH OPTIONS
@ -103,7 +103,7 @@ checkpoints marked as snapshot are mountable with this option. Note
that the read-only mount option must be specified together.
.TP
.BR errors=continue " / " errors=remount-ro " / " errors=panic
Define the behaviour when an error is encountered. (Eigher ignore
Define the behaviour when an error is encountered. (Either ignore
errors and just mark the file system erroneous and continue, or
remount the file system read-only, or panic and halt the system.) The
default is remount-ro. In earlier kernels than Linux 2.6.35, continue

View File

@ -19,7 +19,7 @@ filesystem. The \fIsize\fP of the filesystem may never be larger than
the size of the partition. Optionally, the \fIsize\fP parameter may
be suffixed by one of the following units designators: \'s\',
\'K\', \'M\', \'G\', or \'T\', for 512 byte sectors, kilobytes,
magabytes, gigabytes, or terabytes, respectively. If \fIsize\fP
megabytes, gigabytes, or terabytes, respectively. If \fIsize\fP
parameter is not specified, it will default to the size of the
partition.
.PP