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-machine-id-setup.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-machine-id-setup.xml')
-rw-r--r-- | man/systemd-machine-id-setup.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index c07a853418..8ad8389cb8 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -85,14 +85,18 @@ <term><option>--root=<replaceable>path</replaceable></option></term> <listitem><para>Takes a directory path as argument. All paths operated on will be prefixed with the given alternate <replaceable>root</replaceable> path, including the path for - <filename>/etc/machine-id</filename> itself.</para></listitem> + <filename>/etc/machine-id</filename> itself.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <varlistentry> <term><option>--image=<replaceable>path</replaceable></option></term> <listitem><para>Takes a path to a device node or regular file as argument. This is similar to <option>--root=</option> as described above, but operates on a disk image instead of a directory - tree.</para></listitem> + tree.</para> + + <xi:include href="version-info.xml" xpointer="v249"/></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="image-policy-open" /> @@ -120,13 +124,17 @@ <para>This command is primarily used by the <citerefentry><refentrytitle>systemd-machine-id-commit.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> - early boot service.</para></listitem> + early boot service.</para> + + <xi:include href="version-info.xml" xpointer="v227"/></listitem> </varlistentry> <varlistentry> <term><option>--print</option></term> - <listitem><para>Print the machine ID generated or committed after the operation is complete.</para></listitem> + <listitem><para>Print the machine ID generated or committed after the operation is complete.</para> + + <xi:include href="version-info.xml" xpointer="v231"/></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> |