diff options
author | Carlo Wood <carlo@alinoe.com> | 2021-03-06 18:54:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 18:54:33 +0100 |
commit | 57f69536a84271c005fe8070bae64452b7a08523 (patch) | |
tree | 3c21a63cd1e043dcb2dbead4e550a3be8a9238d6 /man/sd_bus_request_name.xml | |
parent | Merge pull request #18891 from keszybz/size_t-cast-removal (diff) | |
download | systemd-57f69536a84271c005fe8070bae64452b7a08523.tar.xz systemd-57f69536a84271c005fe8070bae64452b7a08523.zip |
Manual page fixes (#18906)
Diffstat (limited to 'man/sd_bus_request_name.xml')
-rw-r--r-- | man/sd_bus_request_name.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index ea4ea2279d..28fda406a5 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -100,7 +100,7 @@ is sent to the bus broker, and the call waits until the broker responds.</para> <para><function>sd_bus_request_name_async()</function> is an asynchronous version of - <function>sd_bus_release_name()</function>. Instead of waiting for the request to complete, the request message is + <function>sd_bus_request_name()</function>. Instead of waiting for the request to complete, the request message is enqueued. The specified <parameter>callback</parameter> will be called when the broker's response is received. If the parameter is specified as <constant>NULL</constant> a default implementation is used instead which will terminate the connection when the name cannot be acquired. The function returns a slot object in its |