]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: exec,nspawn: fix typo
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Tue, 10 Jan 2023 06:39:49 +0000 (07:39 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 10 Jan 2023 07:45:22 +0000 (16:45 +0900)
man/systemd-nspawn.xml
man/systemd.exec.xml

index 053efdb8073b0ef1c9ef80cdb3f5da12a011eb1b..ec308927df6ab2407f775afd3dfc02ff770327c7 100644 (file)
         <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),
index 567a0fad3215eeb941444dfcb70664a2ab2b379b..d7480d266cdf127b6bedeae4e09f296e0c8f8e35 100644 (file)
 
         <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>