Fix minor spelling errors.

(Found by Lintian.)
This commit is contained in:
Guilhem Moulin
2022-07-15 02:00:09 +02:00
parent bf2e48e404
commit 5d711c000f
2 changed files with 3 additions and 3 deletions

View File

@@ -819,7 +819,7 @@ Reencrypt device with new encryption sector size enforced.
+
*WARNING:* Increasing encryption sector size may break hosted filesystem. Do not
run reencryption with --force-offline-reencrypt if unsure what block size
was filesystem formated with.
was filesystem formatted with.
endif::[]
endif::[]

View File

@@ -38,7 +38,7 @@ Reencryption process may be safely interrupted by a user via SIGINT
signal (ctrl+c). Same applies to SIGTERM signal (i.e. issued by systemd
during system shutdown).
For in-place encryption mode, the _reencrypt_ action aditionally takes all
For in-place encryption mode, the _reencrypt_ action additionally takes all
options available for _luksFormat_ action for respective LUKS version (see
cryptsetup-luksFormat man page for more details). See *cryptsetup-luksFormat*(8).
@@ -141,7 +141,7 @@ Encrypt LUKS2 device (in-place) with detached header put in a file:
*cryptsetup reencrypt --encrypt --type luks2 --header my_luks2_header /dev/plaintext_device*
Initalize LUKS2 in-place encryption operation only and activate the device (not yet encrypted):
Initialize LUKS2 in-place encryption operation only and activate the device (not yet encrypted):
*cryptsetup reencrypt --encrypt --type luks2 --init-only --reduce-device-size 32m /dev/plaintext_device my_future_luks_device*