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/sd_event_source_set_exit_on_failure.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/sd_event_source_set_exit_on_failure.xml')
-rw-r--r-- | man/sd_event_source_set_exit_on_failure.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/sd_event_source_set_exit_on_failure.xml b/man/sd_event_source_set_exit_on_failure.xml index 6f839cddc0..fbdb71ba73 100644 --- a/man/sd_event_source_set_exit_on_failure.xml +++ b/man/sd_event_source_set_exit_on_failure.xml @@ -74,7 +74,9 @@ <term><constant>-EINVAL</constant></term> <listitem><para><parameter>source</parameter> is not a valid pointer to an - <structname>sd_event_source</structname> object.</para></listitem> + <structname>sd_event_source</structname> object.</para> + + <xi:include href="version-info.xml" xpointer="v247"/></listitem> </varlistentry> <varlistentry> @@ -82,7 +84,9 @@ <listitem><para>The event source refers to an exit event source (as created with <citerefentry><refentrytitle>sd_event_add_exit</refentrytitle><manvolnum>3</manvolnum></citerefentry>), - for which this functionality is not supported.</para></listitem> + for which this functionality is not supported.</para> + + <xi:include href="version-info.xml" xpointer="v247"/></listitem> </varlistentry> </variablelist> |