]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/sd_bus_creds_get_pid.xml: fix typo
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sun, 17 Sep 2017 13:14:33 +0000 (14:14 +0100)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 18 Oct 2017 08:47:10 +0000 (09:47 +0100)
Replace references to non-existent functions sd_bus_get_pid() etc
(missing _cred).

man/sd_bus_creds_get_pid.xml

index 9e68d5e8c72d0ad9da186d35e70e6d53f2b8cdc2..6ea95e0665fa86b8f04e8ee207a2ffc964c8202b 100644 (file)
 
         <listitem><para>The given field is not specified for the described
         process or peer. This will be returned by
-        <function>sd_bus_get_unit()</function>,
-        <function>sd_bus_get_slice()</function>,
-        <function>sd_bus_get_user_unit()</function>,
-        <function>sd_bus_get_user_slice()</function>,
-        <function>sd_bus_get_session()</function>, and
-        <function>sd_bus_get_owner_uid()</function> if the process is
+        <function>sd_bus_creds_get_unit()</function>,
+        <function>sd_bus_creds_get_slice()</function>,
+        <function>sd_bus_creds_get_user_unit()</function>,
+        <function>sd_bus_creds_get_user_slice()</function>, and
+        <function>sd_bus_creds_get_session()</function> if the process is
         not part of a systemd system unit, systemd user unit, systemd
         slice, or logind session. It will also be returned by
         <function>sd_bus_creds_get_exe()</function> and