aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2024-02-20 16:05:13 +0100
committerMilan Broz <gmazyland@gmail.com>2024-02-22 20:58:35 +0000
commit678b28989b49be6050971b0b644940f2345b6046 (patch)
tree9855ec247300ef4871475582baec181d6f2a076c
parent82f37d7a10f17c279f00b64f8ec88ac414f94aba (diff)
downloadcryptsetup-678b28989b49be6050971b0b644940f2345b6046.tar.gz
Fix indentation in integritysetup man page and crypt description.
-rw-r--r--man/integritysetup.8.adoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/man/integritysetup.8.adoc b/man/integritysetup.8.adoc
index 422799f3..26b957c1 100644
--- a/man/integritysetup.8.adoc
+++ b/man/integritysetup.8.adoc
@@ -99,7 +99,7 @@ Do not ask for confirmation.
*--bitmap-flush-time MS*::
Bitmap flush time in milliseconds.
+
-*WARNING:*::
+*WARNING:*
In case of a crash, it is possible that the data and integrity tag
doesn't match if the journal is disabled.
@@ -192,10 +192,8 @@ Encryption algorithm for journal data area. You can use a block cipher
here such as cbc-aes or a stream cipher, for example, chacha20 or
ctr-aes.
+
-*NOTE:* The journal encryption options are intended for testing purposes only.
-Using journal encryption does not make sense without encryption the
-data, these options are internally used in authenticated disk
-encryption with *cryptsetup(8)*.
+*NOTE:* The journal encryption options are only intended for testing.
+Using journal encryption does not make sense without encryption of the data.
*--journal-crypt-key-file FILE*::
The file with the journal encryption key.