diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 17:34:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-26 13:10:35 +0100 |
commit | 932abebf4db938c9bd9134fee12b67cb9b37d009 (patch) | |
tree | 32011f0cf770b4e73c2243a7b65ec34257531e76 | |
parent | man: fix indentation (diff) | |
download | systemd-932abebf4db938c9bd9134fee12b67cb9b37d009.tar.xz systemd-932abebf4db938c9bd9134fee12b67cb9b37d009.zip |
man: fix markup
<arg> is not allowed inside <term>.
-rw-r--r-- | man/systemd-creds.xml | 8 | ||||
-rw-r--r-- | man/systemd-cryptenroll.xml | 12 | ||||
-rw-r--r-- | man/systemd-journal-remote.service.xml | 4 | ||||
-rw-r--r-- | man/systemd-pcrlock.xml | 14 | ||||
-rw-r--r-- | man/systemd-repart.xml | 26 |
5 files changed, 32 insertions, 32 deletions
diff --git a/man/systemd-creds.xml b/man/systemd-creds.xml index 7d99b6b895..60f38f6bd9 100644 --- a/man/systemd-creds.xml +++ b/man/systemd-creds.xml @@ -354,7 +354,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrs=</option><arg rep="repeat">PCR</arg></term> + <term><option>--tpm2-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> <listitem><para>Configures the TPM2 PCRs (Platform Configuration Registers) to bind the encryption key to. Takes a <literal>+</literal> separated list of numeric PCR indexes in the range 0…23. If not @@ -366,8 +366,8 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-public-key=</option><arg>PATH</arg></term> - <term><option>--tpm2-public-key-pcrs=</option><arg rep="repeat">PCR</arg></term> + <term><option>--tpm2-public-key=</option><replaceable>PATH</replaceable></term> + <term><option>--tpm2-public-key-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> <listitem><para>Configures a TPM2 signed PCR policy to bind encryption to, for use with the <command>encrypt</command> command. The <option>--tpm2-public-key=</option> option accepts a path to @@ -389,7 +389,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-signature=</option><arg>PATH</arg></term> + <term><option>--tpm2-signature=</option><replaceable>PATH</replaceable></term> <listitem><para>Takes a path to a TPM2 PCR signature file as generated by the <citerefentry><refentrytitle>systemd-measure</refentrytitle><manvolnum>1</manvolnum></citerefentry> diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index 4654617665..a308a2ebdc 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -493,7 +493,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrs=</option><arg rep="repeat">PCR</arg></term> + <term><option>--tpm2-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> <listitem><para>Configures the TPM2 PCRs (Platform Configuration Registers) to bind to when enrollment is requested via <option>--tpm2-device=</option>. Takes a list of PCR entries, where each @@ -539,9 +539,9 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-public-key=</option><arg>PATH</arg></term> - <term><option>--tpm2-public-key-pcrs=</option><arg rep="repeat">PCR</arg></term> - <term><option>--tpm2-signature=</option><arg>PATH</arg></term> + <term><option>--tpm2-public-key=</option><replaceable>PATH</replaceable></term> + <term><option>--tpm2-public-key-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> + <term><option>--tpm2-signature=</option><replaceable>PATH</replaceable></term> <listitem><para>Configures a TPM2 signed PCR policy to bind encryption to. The <option>--tpm2-public-key=</option> option accepts a path to a PEM encoded RSA public key, to bind @@ -579,7 +579,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrlock=</option><arg>PATH</arg></term> + <term><option>--tpm2-pcrlock=</option><replaceable>PATH</replaceable></term> <listitem><para>Configures a TPM2 pcrlock policy to bind encryption to. Expects a path to a pcrlock policy file as generated by the @@ -593,7 +593,7 @@ </varlistentry> <varlistentry> - <term><option>--wipe-slot=</option><arg rep="repeat">SLOT</arg></term> + <term><option>--wipe-slot=</option><replaceable>SLOT<optional>,SLOT...</optional></replaceable></term> <listitem><para>Wipes one or more LUKS2 key slots. Takes a comma separated list of numeric slot indexes, or the special strings <literal>all</literal> (for wiping all key slots), diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml index 18a075e3b1..a8e8396718 100644 --- a/man/systemd-journal-remote.service.xml +++ b/man/systemd-journal-remote.service.xml @@ -87,7 +87,7 @@ <variablelist> <varlistentry> - <term><arg choice="opt" rep="repeat">SOURCES</arg></term> + <term><optional>SOURCES</optional></term> <listitem><para>When <option>-</option> is given as a positional argument, events will be read from standard input. @@ -113,7 +113,7 @@ </varlistentry> <varlistentry> - <term><option>--getter='<replaceable>PROG</replaceable> <arg choice="opt" rep="repeat">OPTIONS</arg>'</option></term> + <term><option>--getter='<replaceable>PROG</replaceable> <optional>OPTIONS</optional>'</option></term> <listitem><para>Program to invoke to retrieve data. The journal event stream must be generated on standard output.</para> diff --git a/man/systemd-pcrlock.xml b/man/systemd-pcrlock.xml index 63d536f17f..b3f3323033 100644 --- a/man/systemd-pcrlock.xml +++ b/man/systemd-pcrlock.xml @@ -266,7 +266,7 @@ </varlistentry> <varlistentry> - <term><command>lock-gpt</command> <arg choice="opt"><replaceable>DEVICE</replaceable></arg></term> + <term><command>lock-gpt</command> <optional><replaceable>DEVICE</replaceable></optional></term> <term><command>unlock-gpt</command></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on the GPT partition @@ -282,7 +282,7 @@ </varlistentry> <varlistentry> - <term><command>lock-pe</command> <arg choice="opt"><replaceable>BINARY</replaceable></arg></term> + <term><command>lock-pe</command> <optional><replaceable>BINARY</replaceable></optional></term> <term><command>unlock-pe</command></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on the specified PE @@ -301,7 +301,7 @@ </varlistentry> <varlistentry> - <term><command>lock-uki</command> <arg choice="opt"><replaceable>UKI</replaceable></arg></term> + <term><command>lock-uki</command> <optional><replaceable>UKI</replaceable></optional></term> <term><command>unlock-uki</command></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on the specified UKI PE @@ -336,8 +336,8 @@ </varlistentry> <varlistentry> - <term><command>lock-file-system</command> <arg choice="opt"><replaceable>PATH</replaceable></arg></term> - <term><command>unlock-file-system</command> <arg choice="opt"><replaceable>PATH</replaceable></arg></term> + <term><command>lock-file-system</command> <optional><replaceable>PATH</replaceable></optional></term> + <term><command>unlock-file-system</command> <optional><replaceable>PATH</replaceable></optional></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on file system identity. This is useful for predicting measurements @@ -353,7 +353,7 @@ </varlistentry> <varlistentry> - <term><command>lock-kernel-cmdline</command> <arg choice="opt"><replaceable>FILE</replaceable></arg></term> + <term><command>lock-kernel-cmdline</command> <optional><replaceable>FILE</replaceable></optional></term> <term><command>unlock-kernel-cmdline</command></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on @@ -384,7 +384,7 @@ </varlistentry> <varlistentry> - <term><command>lock-raw</command> <arg choice="opt"><replaceable>FILE</replaceable></arg></term> + <term><command>lock-raw</command> <optional><replaceable>FILE</replaceable></optional></term> <term><command>unlock-raw</command></term> <listitem><para>Generates/removes a <filename>.pcrlock</filename> file based on raw binary data. The diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml index 76d1279b1a..b645027ee3 100644 --- a/man/systemd-repart.xml +++ b/man/systemd-repart.xml @@ -378,8 +378,8 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-device-key=</option><arg>PATH</arg></term> - <term><option>--tpm2-seal-key-handle=</option><arg>HANDLE</arg></term> + <term><option>--tpm2-device-key=</option><replaceable>PATH</replaceable></term> + <term><option>--tpm2-seal-key-handle=</option><replaceable>HANDLE</replaceable></term> <listitem><para>Configures a TPM2 SRK key to bind encryption to. See <citerefentry><refentrytitle>systemd-cryptenroll</refentrytitle><manvolnum>1</manvolnum></citerefentry> @@ -389,8 +389,8 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-public-key=</option><arg>PATH</arg></term> - <term><option>--tpm2-public-key-pcrs=</option><arg rep="repeat">PCR</arg></term> + <term><option>--tpm2-public-key=</option><replaceable>PATH</replaceable></term> + <term><option>--tpm2-public-key-pcrs=</option><replaceable>PCR<optional>+PCR...</optional></replaceable></term> <listitem><para>Configures a TPM2 signed PCR policy to bind encryption to. See <citerefentry><refentrytitle>systemd-cryptenroll</refentrytitle><manvolnum>1</manvolnum></citerefentry> @@ -400,7 +400,7 @@ </varlistentry> <varlistentry> - <term><option>--tpm2-pcrlock=</option><arg>PATH</arg></term> + <term><option>--tpm2-pcrlock=</option><replaceable>PATH</replaceable></term> <listitem><para>Configures a TPM2 pcrlock policy to bind encryption to. See <citerefentry><refentrytitle>systemd-cryptenroll</refentrytitle><manvolnum>1</manvolnum></citerefentry> @@ -410,7 +410,7 @@ </varlistentry> <varlistentry> - <term><option>--split=</option><arg>BOOL</arg></term> + <term><option>--split=</option><replaceable>BOOL</replaceable></term> <listitem><para>Enables generation of split artifacts from partitions configured with <varname>SplitName=</varname>. If enabled, for each partition with <varname>SplitName=</varname> set, @@ -427,8 +427,8 @@ </varlistentry> <varlistentry> - <term><option>--include-partitions=</option><arg rep="repeat">PARTITION</arg></term> - <term><option>--exclude-partitions=</option><arg rep="repeat">PARTITION</arg></term> + <term><option>--include-partitions=</option><replaceable>PARTITIONS</replaceable></term> + <term><option>--exclude-partitions=</option><replaceable>PARTITIONS</replaceable></term> <listitem><para>These options specify which partition types <command>systemd-repart</command> should operate on. If <option>--include-partitions=</option> is used, all partitions that aren't specified @@ -442,7 +442,7 @@ </varlistentry> <varlistentry> - <term><option>--defer-partitions=</option><arg rep="repeat">PARTITION</arg></term> + <term><option>--defer-partitions=</option><replaceable>PARTITIONS</replaceable></term> <listitem><para>This option specifies for which partition types <command>systemd-repart</command> should defer. All partitions that are deferred using this option are still taken into account when @@ -455,7 +455,7 @@ </varlistentry> <varlistentry> - <term><option>--sector-size=</option><arg>BYTES</arg></term> + <term><option>--sector-size=</option><replaceable>BYTES</replaceable></term> <listitem><para>This option allows configuring the sector size of the image produced by <command>systemd-repart</command>. It takes a value that is a power of <literal>2</literal> between @@ -466,7 +466,7 @@ </varlistentry> <varlistentry> - <term><option>--architecture=</option><arg>ARCH</arg></term> + <term><option>--architecture=</option><replaceable>ARCH</replaceable></term> <listitem><para>This option allows overriding the architecture used for architecture specific partition types. For example, if set to <literal>arm64</literal> a partition type of @@ -496,7 +496,7 @@ </varlistentry> <varlistentry> - <term><option>--offline=</option><arg>BOOL</arg></term> + <term><option>--offline=</option><replaceable>BOOL</replaceable></term> <listitem><para>Instructs <command>systemd-repart</command> to build the image offline. Takes a boolean or <literal>auto</literal>. Defaults to <literal>auto</literal>. If enabled, the image is @@ -510,7 +510,7 @@ </varlistentry> <varlistentry> - <term><option>--copy-from=</option><arg>IMAGE</arg></term> + <term><option>--copy-from=</option><replaceable>IMAGE</replaceable></term> <listitem><para>Instructs <command>systemd-repart</command> to synthesize partition definitions from the partition table in the given image. This option can be specified multiple times to synthesize |