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_path_lookup.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_path_lookup.xml')
-rw-r--r-- | man/sd_path_lookup.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/man/sd_path_lookup.xml b/man/sd_path_lookup.xml index 4c1346712b..5c8b84b104 100644 --- a/man/sd_path_lookup.xml +++ b/man/sd_path_lookup.xml @@ -169,13 +169,17 @@ <varlistentry> <term><constant>-EOPNOTSUPP</constant></term> - <listitem><para>Unknown identifier <parameter>type</parameter>.</para></listitem> + <listitem><para>Unknown identifier <parameter>type</parameter>.</para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> <term><constant>-EINVAL</constant></term> - <listitem><para>Output argument is <constant>NULL</constant>.</para></listitem> + <listitem><para>Output argument is <constant>NULL</constant>.</para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> @@ -183,13 +187,17 @@ <listitem><para>Query failed because of an undefined environment variable (e.g. for <constant>SD_PATH_USER_RUNTIME</constant> when <varname>$XDG_RUNTIME_DIR</varname> is not - defined).</para></listitem> + defined).</para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> <term><constant>-ENOMEM</constant></term> - <listitem><para>Memory allocation failed.</para></listitem> + <listitem><para>Memory allocation failed.</para> + + <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> </variablelist> </refsect2> |