]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Manual page fixes (#18906)
authorCarlo Wood <carlo@alinoe.com>
Sat, 6 Mar 2021 17:54:33 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 17:54:33 +0000 (02:54 +0900)
man/sd_bus_add_match.xml
man/sd_bus_request_name.xml

index 1ce1c1367482cc635d0bad57decc3e6198abca0f..3de7a6a53ebad9a18cc3c62a540f3d824475ac03 100644 (file)
     connection object <parameter>bus</parameter>. The syntax of the match rule expression passed in
     <parameter>match</parameter> is described in the <ulink
     url="https://dbus.freedesktop.org/doc/dbus-specification.html">D-Bus Specification</ulink>. The specified handler
-    function <parameter>callback</parameter> is called for eaching incoming message matching the specified expression,
+    function <parameter>callback</parameter> is called for each incoming message matching the specified expression,
     the <parameter>userdata</parameter> parameter is passed as-is to the callback function. The match is installed
     synchronously when connected to a bus broker, i.e. the call sends a control message requested the match to be added
     to the broker and waits until the broker confirms the match has been installed successfully.</para>
 
     <para><function>sd_bus_add_match_async()</function> operates very similar to
-    <function>sd_bus_match_signal()</function>, however it installs the match asynchronously, in a non-blocking
+    <function>sd_bus_add_match()</function>, however it installs the match asynchronously, in a non-blocking
     fashion: a request is sent to the broker, but the call does not wait for a response. The
     <parameter>install_callback</parameter> function is called when the response is later received, with the response
     message from the broker as parameter. If this function is specified as <constant>NULL</constant> a default
index ea4ea2279d98855fc987f2a54cf94acff1d76f1b..28fda406a57b9dd9a7a7f335532c5360cf4adb74 100644 (file)
     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