diff options
author | Daniel Mack <daniel@zonque.org> | 2014-10-22 19:17:24 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2014-10-22 19:45:07 +0200 |
commit | 056f95d0a70413e10e4a4ea9966baabb5a1450ed (patch) | |
tree | d712969f6e7d7352dfe41210edcfce5187ef81e5 /man/sd_bus_creds_get_pid.xml | |
parent | 370d7a9c0fe558c5846a2abd919e397639b69506 (diff) |
sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_bus_get_peer_creds()
Clean up the function namespace by renaming the following:
sd_bus_get_owner_uid() → sd_bus_get_name_creds_uid()
sd_bus_get_owner_machine_id() → sd_bus_get_name_machine_id()
sd_bus_get_peer_creds() → sd_bus_get_owner_creds()
Diffstat (limited to 'man/sd_bus_creds_get_pid.xml')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index cc8603cacc..23763bd6ae 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -237,7 +237,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <citerefentry><refentrytitle>sd_bus_creds_new_from_pid</refentrytitle><manvolnum>3</manvolnum></citerefentry>, in which case it will describe the specified process, or it may be created by - <citerefentry><refentrytitle>sd_bus_get_peer_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>, + <citerefentry><refentrytitle>sd_bus_get_owner_creds</refentrytitle><manvolnum>3</manvolnum></citerefentry>, in which case it will describe the process at the other endpoint of a connection. </para> @@ -410,7 +410,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <function>sd_bus_get_user_unit()</function>, <function>sd_bus_get_slice()</function>, <function>sd_bus_get_session()</function>, and - <function>sd_bus_get_owner_uid()</function> if the sender is not + <function>sd_bus_get_name_creds_uid()</function> if the sender is not part of a systemd system unit, systemd user unit, systemd slice, logind session, or a systemd user session.</para> </listitem> |