]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorHilal Rahmatullah <hilalrahmatullah11@gmail.com>
Fri, 24 Jul 2026 16:55:33 +0000 (23:55 +0700)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jul 2026 19:11:29 +0000 (04:11 +0900)
man/sd_bus_message_set_destination.xml

index 958eae4cbef98840fd0596473f5346ef13e35d55..b567393bda69cd67c17053744ef523f618dbe024 100644 (file)
@@ -80,7 +80,7 @@
     <function>sd_bus_message_get_interface()</function>, and
     <function>sd_bus_message_get_member()</function> return the destination, path, interface, and
     member fields from <parameter>message</parameter> header. The return value will be
-    <constant>NULL</constant> is <parameter>message</parameter> is <constant>NULL</constant> or the
+    <constant>NULL</constant> if <parameter>message</parameter> is <constant>NULL</constant> or the
     message is of a type that does not use those fields or the message does not have them set. See
     <citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry> and
     <citerefentry><refentrytitle>sd_bus_message_set_destination</refentrytitle><manvolnum>3</manvolnum></citerefentry>