aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-09-20 14:29:54 -0700
committerTheodore Ts'o <tytso@mit.edu>2019-09-23 13:28:36 -0400
commit040cd2479d734f50f1402d6708aed5bfbe52bc6e (patch)
treeec72068b03321cf2ca5c4b05d4c7a748b3e5cb00
parent5f1e5f5e8863f5faab631db3c0b9c5cb50dd3b7f (diff)
downloade2fsprogs-040cd2479d734f50f1402d6708aed5bfbe52bc6e.tar.gz
tune2fs.8: tweak the documentation for the encrypt feature
Try to make it clearer that enabling 'encrypt' just enables *support* for encryption; it doesn't actually encrypt anything by itself. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/tune2fs.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index f7c7d42dd..74eebb6a8 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -550,7 +550,7 @@ extended attributes per file.
currently only supports setting this filesystem feature.
.TP
.B encrypt
-Enable file system level encryption.
+Enable support for file system level encryption.
.B Tune2fs
currently only supports setting this filesystem feature.
.TP