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-getty-generator.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-getty-generator.xml')
-rw-r--r-- | man/systemd-getty-generator.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml index 3728b7f5e7..91751c3e5b 100644 --- a/man/systemd-getty-generator.xml +++ b/man/systemd-getty-generator.xml @@ -66,7 +66,9 @@ <listitem><para>this options take an optional boolean argument, and default to yes. The generator is enabled by default, and a false value may be used to disable it. - </para></listitem> + </para> + + <xi:include href="version-info.xml" xpointer="v250"/></listitem> </varlistentry> </variablelist> </refsect1> @@ -80,7 +82,9 @@ <listitem><para>This variable takes an optional boolean argument, and default to yes. The generator is enabled by default, and a false value may be used to disable it. - </para></listitem> + </para> + + <xi:include href="version-info.xml" xpointer="v250"/></listitem> </varlistentry> </variablelist> </refsect1> @@ -97,7 +101,9 @@ TTYs. The two credentials should contain a newline-separated list of TTY names to spawn instances of <filename>serial-getty@.service</filename> (in case of <varname>getty.ttys.serial</varname>) and <filename>container-getty@.service</filename> (in case of <varname>getty.ttys.container</varname>) - on.</para></listitem> + on.</para> + + <xi:include href="version-info.xml" xpointer="v254"/></listitem> </varlistentry> </variablelist> </refsect1> |