]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: Cite sd_bus_creds_unref in sd_bus_get_name_creds docs
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Apr 2020 16:45:15 +0000 (18:45 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Apr 2020 08:01:18 +0000 (10:01 +0200)
man/sd_bus_get_name_creds.xml

index 3fed66f2c6b6501fe043934ca84b34740db03c96..37313365738fbe5317700ffb9a0a4965a4291e5b 100644 (file)
@@ -54,7 +54,8 @@
     for a list of possible flags. On success, <parameter>creds</parameter> contains a new
     <structname>sd_bus_creds</structname> instance with the requested information. Ownership of this instance
     belongs to the caller and it should be freed once no longer needed by calling
-    <function>sd_bus_creds_unref()</function>.</para>
+    <citerefentry><refentrytitle>sd_bus_creds_unref</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
+    </para>
 
     <para><function>sd_bus_get_owner_creds()</function> queries the credentials of the creator of the given
     bus. The <parameter>mask</parameter> and <parameter>creds</parameter> parameters behave the same as in
 
     <para>
       <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
-      <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+      <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
+      <citerefentry><refentrytitle>sd_bus_creds_unref</refentrytitle><manvolnum>3</manvolnum></citerefentry>
     </para>
   </refsect1>
-
 </refentry>