Fix minor typos

This commit is contained in:
Yuri Chornoivan
2017-11-22 21:10:59 +02:00
committed by Richard W.M. Jones
parent 67b0de7399
commit 1563ba5827
3 changed files with 4 additions and 4 deletions

View File

@@ -283,7 +283,7 @@ The default can be found with this command:
Add the specified options to L<mkfs(1)>, to be able to fine-tune
the root filesystem creation; the options are passed to the driver
of L<mfks(1)>, and not to L<mfks(1)> itself. Note that
I<--fs-type> is used to to change the filesystem type.
I<--fs-type> is used to change the filesystem type.
You should use I<--mkfs-options> at most once. To pass multiple
options, separate them with space, eg:

View File

@@ -1328,7 +1328,7 @@ The ASCII character whose code is the hex value NN.
=head2 EXAMPLES OF PROMPTS
Note these these require a terminal that supports ANSI escape codes.
Note that these examples require a terminal that supports ANSI escape codes.
=over 4

View File

@@ -45,7 +45,7 @@ The C<tsk_dirent> structure contains the following fields.
=item C<tsk_inode>
Filesystem reference number of the node. It migh be C<0>
Filesystem reference number of the node. It might be C<0>
if the node has been deleted.
=item C<tsk_type>
@@ -55,7 +55,7 @@ See below for a detailed list of values.
=item C<tsk_size>
File size in bytes. It migh be C<-1>
File size in bytes. It might be C<-1>
if the node has been deleted.
=item C<tsk_name>