diff options
author | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 16:13:02 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 17:00:31 +0100 |
commit | 44855c77a171840a70b65e8a8b2388c91202ef01 (patch) | |
tree | e451b1636d9902c2eb175479cd05bc8b962f5d2f /man/sd_bus_track_add_name.xml | |
parent | man: grammar fixes for "regardless" (diff) | |
download | systemd-44855c77a171840a70b65e8a8b2388c91202ef01.tar.xz systemd-44855c77a171840a70b65e8a8b2388c91202ef01.zip |
man: expand word contractions
For written text, contractions are not normally used.
Diffstat (limited to 'man/sd_bus_track_add_name.xml')
-rw-r--r-- | man/sd_bus_track_add_name.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_track_add_name.xml b/man/sd_bus_track_add_name.xml index 98ec3b30af..5b3306da65 100644 --- a/man/sd_bus_track_add_name.xml +++ b/man/sd_bus_track_add_name.xml @@ -159,7 +159,7 @@ <para>On success, <function>sd_bus_track_add_name()</function> and <function>sd_bus_track_add_sender()</function> return 0 if the specified name has already been added to the bus peer tracking object before and positive if it - hasn't. On failure, they return a negative errno-style error code.</para> + has not. On failure, they return a negative errno-style error code.</para> <para><function>sd_bus_track_remove_name()</function> and <function>sd_bus_track_remove_sender()</function> return positive if the specified name was previously tracked by the bus peer tracking object and has now been removed. In |