From fe0bdcacd1dafa32376e71ad2f743d4fe068a40f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20=C3=96lmann?= Date: Tue, 10 Jan 2023 07:39:49 +0100 Subject: [PATCH] man: exec,nspawn: fix typo --- man/systemd-nspawn.xml | 2 +- man/systemd.exec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 053efdb8073..ec308927df6 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -425,7 +425,7 @@ Takes the path to a data integrity (dm-verity) file. This option enables data integrity checks - using dm-verity, if a root-hash is passed and if the used image itself does not contains the integrity data. + using dm-verity, if a root-hash is passed and if the used image itself does not contain the integrity data. The integrity data must be matched by the root hash. If this option is not specified, but a file with the .verity suffix is found next to the image file, bearing otherwise the same name (except if the image has the .raw suffix, in which case the verity data file must not have it in its name), diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 567a0fad321..d7480d266cd 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -247,7 +247,7 @@ Takes the path to a data integrity (dm-verity) file. This option enables data integrity checks using dm-verity, if RootImage= is used and a root-hash is passed and if the used image itself - does not contains the integrity data. The integrity data must be matched by the root hash. If this option is not + does not contain the integrity data. The integrity data must be matched by the root hash. If this option is not specified, but a file with the .verity suffix is found next to the image file, bearing otherwise the same name (except if the image has the .raw suffix, in which case the verity data file must not have it in its name), the verity data is read from it and automatically used. -- 2.47.3