diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-22 18:52:36 +0200 |
---|---|---|
committer | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-29 15:07:24 +0200 |
commit | ec07c3c80b2b1bfa6788500202006ff85f5ae4f4 (patch) | |
tree | ab6fb6ca9620a58fc32cdf3dba9b8a0f77d48d18 /man/systemd-pcrphase.service.xml | |
parent | man: Add xinclude namespace (diff) | |
download | systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.tar.xz systemd-ec07c3c80b2b1bfa6788500202006ff85f5ae4f4.zip |
man: add version info
This tries to add information about when each option was added. It goes
back to version 183.
The version info is included from a separate file to allow generating it,
which would allow more control on the formatting of the final output.
Diffstat (limited to 'man/systemd-pcrphase.service.xml')
-rw-r--r-- | man/systemd-pcrphase.service.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/man/systemd-pcrphase.service.xml b/man/systemd-pcrphase.service.xml index fad9d8247a..f6e7bba9d1 100644 --- a/man/systemd-pcrphase.service.xml +++ b/man/systemd-pcrphase.service.xml @@ -143,7 +143,9 @@ <listitem><para>Takes the PCR banks to extend the specified word into. If not specified the tool automatically determines all enabled PCR banks and measures the word into all of - them.</para></listitem> + them.</para> + + <xi:include href="version-info.xml" xpointer="v252"/></listitem> </varlistentry> <varlistentry> @@ -153,7 +155,9 @@ chip (e.g. <filename>/dev/tpmrm0</filename>). Alternatively the special value <literal>auto</literal> may be specified, in order to automatically determine the device node of a suitable TPM2 device (of which there must be exactly one). The special value <literal>list</literal> may be used to enumerate - all suitable TPM2 devices currently discovered.</para></listitem> + all suitable TPM2 devices currently discovered.</para> + + <xi:include href="version-info.xml" xpointer="v252"/></listitem> </varlistentry> <varlistentry> @@ -161,14 +165,18 @@ <listitem><para>If no TPM2 firmware, kernel subsystem, kernel driver or device support is found, exit with exit status 0 (i.e. indicate success). If this is not specified any attempt to measure without a - TPM2 device will cause the invocation to fail.</para></listitem> + TPM2 device will cause the invocation to fail.</para> + + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> <varlistentry> <term><option>--machine-id</option></term> <listitem><para>Instead of measuring a word specified on the command line into PCR 11, measure the - host's machine ID into PCR 15.</para></listitem> + host's machine ID into PCR 15.</para> + + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> <varlistentry> @@ -176,7 +184,9 @@ <listitem><para>Instead of measuring a word specified on the command line into PCR 11, measure identity information of the specified file system into PCR 15. The parameter must be the path to the - established mount point of the file system to measure.</para></listitem> + established mount point of the file system to measure.</para> + + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> |