summaryrefslogtreecommitdiff
path: root/misc/fsck.8.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-05-14 04:12:27 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-05-14 04:12:27 +0000
commit8d6417498c96c6877ed42da29991c82961e1bf15 (patch)
treec6828a01a8c08f6fd2ad17ea736a5f1ce66c4905 /misc/fsck.8.in
parent424cd2beb7c40a3e4cf96b5bf28b24e48554a754 (diff)
downloade2fsprogs-8d6417498c96c6877ed42da29991c82961e1bf15.tar.gz
ChangeLog:
Clarify some of the Changelog entries. ChangeLog, fsck.8.in, mke2fs.8.in, tune2fs.8.in: fsck.8.in, mke2fs.8.in, tune2fs.8.in: Fix typo's and make other clarifications suggested by Andreas Dilger. ChangeLog, tune2fs.c: tune2fs.c (update_feature_set): Clean up some printf messages.
Diffstat (limited to 'misc/fsck.8.in')
-rw-r--r--misc/fsck.8.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/fsck.8.in b/misc/fsck.8.in
index 9d3eaffc..06a78342 100644
--- a/misc/fsck.8.in
+++ b/misc/fsck.8.in
@@ -132,10 +132,9 @@ Filesystems with a
.I fs_passno
value of 0 are skipped and are not checked at all.
If there are multiple filesystems with the same pass number,
-e2fsck will attempt to check them in parallel, although it will avoid running
+fsck will attempt to check them in parallel, although it will avoid running
multiple filesystem checks on the same physical disk.
-Hence,
-a very common configuration in
+Hence, a very common configuration in
.I /etc/fstab
files is to set the root filesystem to have a
.I fs_passno
@@ -146,7 +145,7 @@ value of 2. This will allow
.B fsck
to automatically run filesystem checkers in parallel if it is advantageous
to do so. System administrators might choose
-not to use this configuration if they need to avoid multiple filesystem
+not to use this configuration if they need to avoid multiple filesystem
checks running in parallel for some reason --- for example, if the
machine in question is short on memory so that
excessive paging is a concern.