aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-09-20 14:29:52 -0700
committerTheodore Ts'o <tytso@mit.edu>2019-09-23 13:28:36 -0400
commit4ef530d95a1f40303ce30b30066c6dcb29270b77 (patch)
treea3c2f45e5b9c99d5303f32c1385c9db719ce23c7
parent4cc90574e4cd012281a7a6b0befdecc764a2af03 (diff)
downloade2fsprogs-4ef530d95a1f40303ce30b30066c6dcb29270b77.tar.gz
ext4.5: 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/ext4.5.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
index 627c0dadf..1db61a5fd 100644
--- a/misc/ext4.5.in
+++ b/misc/ext4.5.in
@@ -96,9 +96,9 @@ extended attributes per file.
.TP
.B encrypt
.br
-This ext4 feature provides file-system level encryption of data blocks
-and file names. The inode metadata (timestamps, file size, user/group
-ownership, etc.) is
+Enables support for file-system level encryption of data blocks and file
+names. The inode metadata (timestamps, file size, user/group ownership,
+etc.) is
.I not
encrypted.
.IP