mount: fix a few typos

Nothing of note here.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-09-25 18:39:00 -04:00 committed by Karel Zak
parent 45683be543
commit f036b4c730
3 changed files with 23 additions and 23 deletions

View File

@ -933,7 +933,7 @@ tests:
- make minix tests more robust [Karel Zak] - make minix tests more robust [Karel Zak]
- remove obsolete checktty test [Karel Zak] - remove obsolete checktty test [Karel Zak]
- remove unexpected set -x [Karel Zak] - remove unexpected set -x [Karel Zak]
- remove unssuported losetup -s [Karel Zak] - remove unsupported losetup -s [Karel Zak]
- update fdisk and blkid MD tests [Francesco Cosoleto] - update fdisk and blkid MD tests [Francesco Cosoleto]
- update fdisk tests [Francesco Cosoleto] - update fdisk tests [Francesco Cosoleto]
- update tests with fdisk output [Karel Zak] - update tests with fdisk output [Karel Zak]

View File

@ -533,7 +533,7 @@ Don't canonicalize paths. The mount command canonicalizes all paths
.IR /etc/mtab .IR /etc/mtab
file. This option can be used together with the file. This option can be used together with the
.B \-f .B \-f
flag for already canonicalized absolut paths. flag for already canonicalized absolute paths.
.IP "\fB\-s\fP" .IP "\fB\-s\fP"
Tolerate sloppy mount options rather than failing. This will ignore Tolerate sloppy mount options rather than failing. This will ignore
mount options not supported by a filesystem type. Not all filesystems mount options not supported by a filesystem type. Not all filesystems
@ -1267,7 +1267,7 @@ to the options given in
No checking is done at mount time. This is the default. This is fast. No checking is done at mount time. This is the default. This is fast.
It is wise to invoke It is wise to invoke
.BR e2fsck (8) .BR e2fsck (8)
every now and then, e.g. at boot time. The non-default behavior is unssuported every now and then, e.g. at boot time. The non-default behavior is unsupported
(check=normal and check=strict options have been removed). Note that these mount options (check=normal and check=strict options have been removed). Note that these mount options
don't have to be supported if ext4 kernel driver is used for ext2 and ext3 filesystems. don't have to be supported if ext4 kernel driver is used for ext2 and ext3 filesystems.
.TP .TP
@ -1334,7 +1334,7 @@ Support "user." extended attributes (or not).
.SH "Mount options for ext3" .SH "Mount options for ext3"
The ext3 filesystem is a version of the ext2 filesystem which has been The ext3 filesystem is a version of the ext2 filesystem which has been
enhanced with journalling. It supports the same options as ext2 as enhanced with journaling. It supports the same options as ext2 as
well as the following additions: well as the following additions:
.\" .TP .\" .TP
.\" .BR abort .\" .BR abort
@ -1365,7 +1365,7 @@ filesystem containing inconsistencies that can
lead to any number of problems. lead to any number of problems.
.TP .TP
.BR data= { journal | ordered | writeback } .BR data= { journal | ordered | writeback }
Specifies the journalling mode for file data. Metadata is always journaled. Specifies the journaling mode for file data. Metadata is always journaled.
To use modes other than To use modes other than
.B ordered .B ordered
on the root filesystem, pass the mode to the kernel as boot parameter, e.g. on the root filesystem, pass the mode to the kernel as boot parameter, e.g.
@ -1487,7 +1487,7 @@ may improve the throughput of multi-threaded, synchronous workloads on very
fast disks, at the cost of increasing latency. fast disks, at the cost of increasing latency.
.TP .TP
.BI journal_ioprio= prio .BI journal_ioprio= prio
The I/O priority (from 0 to 7, where 0 is the highest priorty) which should be The I/O priority (from 0 to 7, where 0 is the highest priority) which should be
used for I/O operations submitted by kjournald2 during a commit operation. used for I/O operations submitted by kjournald2 during a commit operation.
This defaults to 3, which is a slightly higher priority than the default I/O This defaults to 3, which is a slightly higher priority than the default I/O
priority. priority.
@ -1606,7 +1606,7 @@ Normally
.B utime(2) .B utime(2)
checks current process is owner of the file, or it has checks current process is owner of the file, or it has
CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so
normal check is too unflexible. With this option you can relax it. normal check is too inflexible. With this option you can relax it.
.RE .RE
.TP .TP
.BI check= value .BI check= value
@ -1913,7 +1913,7 @@ keyword with no value will grow the volume to the full size of the partition.
.B nointegrity .B nointegrity
Do not write to the journal. The primary use of this option is to allow Do not write to the journal. The primary use of this option is to allow
for higher performance when restoring a volume from backup media. The for higher performance when restoring a volume from backup media. The
integrity of the volume is not guaranteed if the system abnormally abends. integrity of the volume is not guaranteed if the system abnormally ends.
.TP .TP
.B integrity .B integrity
Default. Commit metadata changes to the journal. Use this option to remount Default. Commit metadata changes to the journal. Use this option to remount
@ -2060,10 +2060,10 @@ Disable the border allocator algorithm invented by Yury Yu. Rupasov.
This may provide performance improvements in some situations. This may provide performance improvements in some situations.
.TP .TP
.BR nolog .BR nolog
Disable journalling. This will provide slight performance improvements in Disable journaling. This will provide slight performance improvements in
some situations at the cost of losing reiserfs's fast recovery from crashes. some situations at the cost of losing reiserfs's fast recovery from crashes.
Even with this option turned on, reiserfs still performs all journalling Even with this option turned on, reiserfs still performs all journaling
operations, save for actual writes into its journalling area. Implementation operations, save for actual writes into its journaling area. Implementation
of of
.IR nolog .IR nolog
is a work in progress. is a work in progress.

View File

@ -190,7 +190,7 @@ The file
may contain lines describing what devices are usually may contain lines describing what devices are usually
mounted where, using which options. The default location of the mounted where, using which options. The default location of the
.BR fstab (5) .BR fstab (5)
file could be overrided by --fstab <path> command line option (see below for file could be overridden by --fstab <path> command line option (see below for
more details). more details).
.LP .LP
The command The command
@ -558,7 +558,7 @@ Don't canonicalize paths. The mount command canonicalizes all paths
.IR /etc/mtab .IR /etc/mtab
file. This option can be used together with the file. This option can be used together with the
.B \-f .B \-f
flag for already canonicalized absolut paths. flag for already canonicalized absolute paths.
.IP "\fB\-s\fP" .IP "\fB\-s\fP"
Tolerate sloppy mount options rather than failing. This will ignore Tolerate sloppy mount options rather than failing. This will ignore
mount options not supported by a filesystem type. Not all filesystems mount options not supported by a filesystem type. Not all filesystems
@ -1313,7 +1313,7 @@ to the options given in
No checking is done at mount time. This is the default. This is fast. No checking is done at mount time. This is the default. This is fast.
It is wise to invoke It is wise to invoke
.BR e2fsck (8) .BR e2fsck (8)
every now and then, e.g. at boot time. The non-default behavior is unssuported every now and then, e.g. at boot time. The non-default behavior is unsupported
(check=normal and check=strict options have been removed). Note that these mount options (check=normal and check=strict options have been removed). Note that these mount options
don't have to be supported if ext4 kernel driver is used for ext2 and ext3 filesystems. don't have to be supported if ext4 kernel driver is used for ext2 and ext3 filesystems.
.TP .TP
@ -1382,7 +1382,7 @@ Support "user." extended attributes (or not).
.SH "Mount options for ext3" .SH "Mount options for ext3"
The ext3 filesystem is a version of the ext2 filesystem which has been The ext3 filesystem is a version of the ext2 filesystem which has been
enhanced with journalling. It supports the same options as ext2 as enhanced with journaling. It supports the same options as ext2 as
well as the following additions: well as the following additions:
.\" .TP .\" .TP
.\" .BR abort .\" .BR abort
@ -1413,7 +1413,7 @@ filesystem containing inconsistencies that can
lead to any number of problems. lead to any number of problems.
.TP .TP
.BR data= { journal | ordered | writeback } .BR data= { journal | ordered | writeback }
Specifies the journalling mode for file data. Metadata is always journaled. Specifies the journaling mode for file data. Metadata is always journaled.
To use modes other than To use modes other than
.B ordered .B ordered
on the root filesystem, pass the mode to the kernel as boot parameter, e.g. on the root filesystem, pass the mode to the kernel as boot parameter, e.g.
@ -1544,7 +1544,7 @@ may improve the throughput of multi-threaded, synchronous workloads on very
fast disks, at the cost of increasing latency. fast disks, at the cost of increasing latency.
.TP .TP
.BI journal_ioprio= prio .BI journal_ioprio= prio
The I/O priority (from 0 to 7, where 0 is the highest priorty) which should be The I/O priority (from 0 to 7, where 0 is the highest priority) which should be
used for I/O operations submitted by kjournald2 during a commit operation. used for I/O operations submitted by kjournald2 during a commit operation.
This defaults to 3, which is a slightly higher priority than the default I/O This defaults to 3, which is a slightly higher priority than the default I/O
priority. priority.
@ -1663,7 +1663,7 @@ Normally
.B utime(2) .B utime(2)
checks current process is owner of the file, or it has checks current process is owner of the file, or it has
CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so
normal check is too unflexible. With this option you can relax it. normal check is too inflexible. With this option you can relax it.
.RE .RE
.TP .TP
.BI check= value .BI check= value
@ -1742,7 +1742,7 @@ inconsistent).
.B discard .B discard
If set, causes discard/TRIM commands to be issued to the block device If set, causes discard/TRIM commands to be issued to the block device
when blocks are freed. This is useful for SSD devices and when blocks are freed. This is useful for SSD devices and
sparse/thinly-provisoned LUNs. sparse/thinly-provisioned LUNs.
.TP .TP
.BR fat= {12 | 16 | 32 } .BR fat= {12 | 16 | 32 }
Specify a 12, 16 or 32 bit fat. This overrides Specify a 12, 16 or 32 bit fat. This overrides
@ -1980,7 +1980,7 @@ keyword with no value will grow the volume to the full size of the partition.
.B nointegrity .B nointegrity
Do not write to the journal. The primary use of this option is to allow Do not write to the journal. The primary use of this option is to allow
for higher performance when restoring a volume from backup media. The for higher performance when restoring a volume from backup media. The
integrity of the volume is not guaranteed if the system abnormally abends. integrity of the volume is not guaranteed if the system abnormally ends.
.TP .TP
.B integrity .B integrity
Default. Commit metadata changes to the journal. Use this option to remount Default. Commit metadata changes to the journal. Use this option to remount
@ -2127,10 +2127,10 @@ Disable the border allocator algorithm invented by Yury Yu. Rupasov.
This may provide performance improvements in some situations. This may provide performance improvements in some situations.
.TP .TP
.BR nolog .BR nolog
Disable journalling. This will provide slight performance improvements in Disable journaling. This will provide slight performance improvements in
some situations at the cost of losing reiserfs's fast recovery from crashes. some situations at the cost of losing reiserfs's fast recovery from crashes.
Even with this option turned on, reiserfs still performs all journalling Even with this option turned on, reiserfs still performs all journaling
operations, save for actual writes into its journalling area. Implementation operations, save for actual writes into its journaling area. Implementation
of of
.IR nolog .IR nolog
is a work in progress. is a work in progress.