diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-09-18 18:44:26 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-09-19 11:48:15 +0200 |
commit | 00f95506e2523a9c120d9c38cc78d15bb56b8ec7 (patch) | |
tree | a23a1fcf50c55bc3c8821aa9fe7b2b17fa366894 /man/sd_event_source_set_floating.xml | |
parent | Merge pull request #29217 from behrmann/typofixes (diff) | |
download | systemd-00f95506e2523a9c120d9c38cc78d15bb56b8ec7.tar.xz systemd-00f95506e2523a9c120d9c38cc78d15bb56b8ec7.zip |
man: condense version information for functions
Use a more compact form like 'a, b, and c were added in version x'
Diffstat (limited to 'man/sd_event_source_set_floating.xml')
-rw-r--r-- | man/sd_event_source_set_floating.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_event_source_set_floating.xml b/man/sd_event_source_set_floating.xml index 0b9630ffc9..e2cc5d5b53 100644 --- a/man/sd_event_source_set_floating.xml +++ b/man/sd_event_source_set_floating.xml @@ -105,8 +105,8 @@ <refsect1> <title>History</title> - <para><function>sd_event_source_get_floating()</function> was added in version 244.</para> - <para><function>sd_event_source_set_floating()</function> was added in version 244.</para> + <para><function>sd_event_source_set_floating()</function> and + <function>sd_event_source_get_floating()</function> were added in version 244.</para> </refsect1> <refsect1> |