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-vconsole-setup.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-vconsole-setup.service.xml')
-rw-r--r-- | man/systemd-vconsole-setup.service.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml index 72196d2d90..665f894363 100644 --- a/man/systemd-vconsole-setup.service.xml +++ b/man/systemd-vconsole-setup.service.xml @@ -76,7 +76,9 @@ <filename>/etc/vconsole.conf</filename> on first boot (if not already configured), and then read from there by <command>systemd-vconsole-setup</command>, while <varname>vconsole.keymap</varname> is read on every boot, and is not persisted to disk (but any configuration in - <filename>vconsole.conf</filename> will take precedence if present).</para></listitem> + <filename>vconsole.conf</filename> will take precedence if present).</para> + + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> <varlistentry> @@ -86,7 +88,9 @@ <listitem><para>The console font settings to apply. The matching options in <filename>vconsole.conf</filename> and on the kernel command line take precedence over these - credentials.</para></listitem> + credentials.</para> + + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> </variablelist> </refsect1> |