summaryrefslogtreecommitdiff
path: root/man/systemd-dissect.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-28 20:38:27 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-29 08:42:39 +0100
commit75909cc7e48d6ebfa7c61bee1b089dd4e1ba0b5f (patch)
tree42ae0163d920fcb2ef13529308775ace67a8ff6f /man/systemd-dissect.xml
parentd13f2617c967a7b4adb2bb9ed1fe78684e9bf0d6 (diff)
downloadsystemd-75909cc7e48d6ebfa7c61bee1b089dd4e1ba0b5f.tar.gz
man: various typos and other small issues
Fixes #18397.
Diffstat (limited to 'man/systemd-dissect.xml')
-rw-r--r--man/systemd-dissect.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index fd55fd0bfb..caaf68dcae 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -207,7 +207,7 @@
<listitem><para>Takes one of <literal>disabled</literal>, <literal>loop</literal>,
<literal>all</literal>, <literal>crypto</literal>. If <literal>disabled</literal> the image is
- accessed with empty block discarding turned off. if <literal>loop</literal> discarding is enabled if
+ accessed with empty block discarding turned off. If <literal>loop</literal> discarding is enabled if
operating on a regular file. If <literal>crypt</literal> discarding is enabled even on encrypted file
systems. If <literal>all</literal> discarding is unconditionally enabled.</para></listitem>
</varlistentry>
@@ -217,15 +217,16 @@
<term><option>--root-hash-sig=</option></term>
<term><option>--verity-data=</option></term>
- <listitem><para>Configure various aspects of Verity data integrity for the OS
- image. <option>--root-hash=</option> expects a hex-encoding top-level Verity hash to use for setting
- up the Verity integrity protection. <option>--root-hash-sig=</option> expects the path to a file
- containing a PKCS#7 signature file for the hash. This signature is passed to the kernel during
- activation, which will match it against signature keys available in the kernel
- keyring. <option>--verity-data=</option> expects the path to a file with the Verity data to use for
- the OS image, in case it is stored in a detached file. It is recommended to embed the Verity data
- directly in the image, using the Verity mechanisms in the <ulink
- url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>.</para></listitem>
+ <listitem><para>Configure various aspects of Verity data integrity for the OS image. Option
+ <option>--root-hash=</option> specifies a hex-encoded top-level Verity hash to use for setting up the
+ Verity integrity protection. Option <option>--root-hash-sig=</option> specifies the path to a file
+ containing a PKCS#7 signature for the hash. This signature is passed to the kernel during activation,
+ which will match it against signature keys available in the kernel keyring. Option
+ <option>--verity-data=</option> specifies a path to a file with the Verity data to use for the OS
+ image, in case it is stored in a detached file. It is recommended to embed the Verity data directly
+ in the image, using the Verity mechanisms in the <ulink
+ url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>.
+ </para></listitem>
</varlistentry>
<xi:include href="standard-options.xml" xpointer="no-pager" />