man: fix two typos in integrity parameters

--integrity-no-wipe
--integrity-no-journal options
This commit is contained in:
Ondrej Kozina
2017-10-16 16:34:46 +02:00
parent 86ef5475b9
commit 1d9d248456

View File

@@ -1120,13 +1120,13 @@ Specify integrity algorithm to be used for authenticated disk encryption in LUKS
kernel target (available since kernel version 4.12). kernel target (available since kernel version 4.12).
For more info, see \fIAUTHENTICATED DISK ENCRYPTION\fR section. For more info, see \fIAUTHENTICATED DISK ENCRYPTION\fR section.
.TP .TP
.B "\-\-integrity\-\no\-journal" .B "\-\-integrity\-no\-journal"
Activate device with integrity protection without using data journal (direct Activate device with integrity protection without using data journal (direct
write of data and integrity tags). write of data and integrity tags).
Note that without journal power fail can cause non-atomic write and data corruption. Note that without journal power fail can cause non-atomic write and data corruption.
Use only if journalling is performed on a different storage layer. Use only if journalling is performed on a different storage layer.
.TP .TP
.B "\-\-integrity\-\no\-wipe" .B "\-\-integrity\-no\-wipe"
Skip wiping of device authentication (integrity) tags. If you skip this Skip wiping of device authentication (integrity) tags. If you skip this
step, sectors will report invalid integrity tag until an application write step, sectors will report invalid integrity tag until an application write
to the sector. to the sector.