From: Ulrich Ölmann Date: Tue, 10 Jan 2023 06:39:49 +0000 (+0100) Subject: man: exec,nspawn: fix typo X-Git-Tag: v253-rc1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe0bdcacd1dafa32376e71ad2f743d4fe068a40f;p=thirdparty%2Fsystemd.git man: exec,nspawn: fix typo --- 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.