diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-09-17 15:14:33 +0200 |
---|---|---|
committer | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-10-18 10:47:10 +0200 |
commit | fc47bea69b63addb3250e3b2865488cf0d1a7835 (patch) | |
tree | 8adc1eabf3e332082f7b25ccb4a48680978b88b1 /man | |
parent | core: fragments of masked units ought not be considered for NeedDaemonReload ... (diff) | |
download | systemd-fc47bea69b63addb3250e3b2865488cf0d1a7835.tar.xz systemd-fc47bea69b63addb3250e3b2865488cf0d1a7835.zip |
man/sd_bus_creds_get_pid.xml: fix typo
Replace references to non-existent functions sd_bus_get_pid() etc
(missing _cred).
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 9e68d5e8c7..6ea95e0665 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -500,12 +500,11 @@ <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 |