summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-01-10 07:39:49 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-10 16:45:22 +0900
commitfe0bdcacd1dafa32376e71ad2f743d4fe068a40f (patch)
treeac49353d3bcc54b2e3ca7e385e52dab9a12a78a6 /man
parentb293bb23162534e0260ed07357c2478655541166 (diff)
downloadsystemd-fe0bdcacd1dafa32376e71ad2f743d4fe068a40f.tar.gz
man: exec,nspawn: fix typo
Diffstat (limited to 'man')
-rw-r--r--man/systemd-nspawn.xml2
-rw-r--r--man/systemd.exec.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 053efdb807..ec308927df 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -425,7 +425,7 @@
<term><option>--verity-data=</option></term>
<listitem><para>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
<filename>.verity</filename> suffix is found next to the image file, bearing otherwise the same name (except if
the image has the <filename>.raw</filename> 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 567a0fad32..d7480d266c 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -247,7 +247,7 @@
<listitem><para>Takes the path to a data integrity (dm-verity) file. This option enables data integrity checks
using dm-verity, if <varname>RootImage=</varname> 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 <filename>.verity</filename> suffix is found next to the image file, bearing otherwise
the same name (except if the image has the <filename>.raw</filename> 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.</para>