diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-09-29 19:08:38 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-09-29 19:08:38 -0400 |
commit | 82b39c9f54da4c5f9f507a3e8138030a3a7f62a3 (patch) | |
tree | 86e936c4442e57e85cb1330a4ba5ff93e81b9db2 /misc/tune2fs.8.in | |
parent | fe5b72d15e2805812e0f262d9eeb5428a603bf15 (diff) | |
download | e2fsprogs-82b39c9f54da4c5f9f507a3e8138030a3a7f62a3.tar.gz |
mke2fs.8.in, tune2fs.8.in: Clarify manual pages about using the
caret ('^') character to negate feature sets when using
the -O option. Define the has_journal feature to avoid
confusion about what ^has_journal means.
Diffstat (limited to 'misc/tune2fs.8.in')
-rw-r--r-- | misc/tune2fs.8.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 3a15a589..8c982566 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -275,9 +275,10 @@ Limit the number of backup superblocks to save space on large filesystems. Store file type information in directory entries. .TP .B has_journal -Create an ext3 journal (as if using the +Use a journal to ensure filesystem consistency even across unclean shutdowns. +Setting the filesystem feature is equivalent to using the .B \-j -option). +option. .RE .IP After setting or clearing |