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_bus_set_address.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_bus_set_address.xml')
-rw-r--r-- | man/sd_bus_set_address.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/sd_bus_set_address.xml b/man/sd_bus_set_address.xml index 21742bdf5f..615d1f5d19 100644 --- a/man/sd_bus_set_address.xml +++ b/man/sd_bus_set_address.xml @@ -134,13 +134,17 @@ <term><constant>-EINVAL</constant></term> <listitem><para>The input parameters <parameter>bus</parameter> or <parameter>address</parameter> are <constant>NULL</constant>. - </para></listitem> + </para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> <term><constant>-ENOPKG</constant></term> <listitem><para>The bus object <parameter>bus</parameter> could not be resolved.</para> + + <xi:include href="version-info.xml" xpointer="v246"/> </listitem> </varlistentry> @@ -149,6 +153,8 @@ <listitem><para>The input parameter <parameter>bus</parameter> is in a wrong state (<function>sd_bus_set_address()</function> may only be called once on a newly-created bus object).</para> + + <xi:include href="version-info.xml" xpointer="v246"/> </listitem> </varlistentry> @@ -157,6 +163,8 @@ <listitem><para>The bus object <parameter>bus</parameter> was created in a different process.</para> + + <xi:include href="version-info.xml" xpointer="v246"/> </listitem> </varlistentry> @@ -164,6 +172,8 @@ <term><constant>-ENODATA</constant></term> <listitem><para>The bus object <parameter>bus</parameter> has no address configured.</para> + + <xi:include href="version-info.xml" xpointer="v246"/> </listitem> </varlistentry> </variablelist> |