From: Eric Biggers Date: Fri, 20 Sep 2019 21:29:52 +0000 (-0700) Subject: ext4.5: tweak the documentation for the encrypt feature X-Git-Tag: v1.45.4~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4ef530d95a1f40303ce30b30066c6dcb29270b77;p=tools%2Fe2fsprogs.git 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 Signed-off-by: Theodore Ts'o --- diff --git a/misc/ext4.5.in b/misc/ext4.5.in index 627c0da..1db61a5 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