From 040cd2479d734f50f1402d6708aed5bfbe52bc6e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 20 Sep 2019 14:29:54 -0700 Subject: [PATCH] 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 Signed-off-by: Theodore Ts'o --- misc/tune2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index f7c7d42..74eebb6 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 -- 1.8.3.1