X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_creds_get_pid.xml;h=d61ec19cb84ff7f5d8ace5dc7e5d02cb0f0916dd;hp=cc8603cacce32adfa23524148894411f9fe96f4d;hb=5a8bcb674f71a20e95df55319b34c556638378ce;hpb=5c20a8bca1dd16d64b2dd959a2552f6452448932 diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index cc8603cac..d61ec19cb 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -1,4 +1,4 @@ - + @@ -44,7 +44,6 @@ along with systemd; If not, see . sd_bus_creds_get_pid - sd_bus_creds_get_pid_starttime sd_bus_creds_get_tid sd_bus_creds_get_uid sd_bus_creds_get_gid @@ -82,12 +81,6 @@ along with systemd; If not, see . pid_t *pid - - int sd_bus_creds_get_pid_starttime - sd_bus_creds *c - uint64_t *usec - - int sd_bus_creds_get_tid sd_bus_creds *c @@ -237,7 +230,7 @@ along with systemd; If not, see . sd_bus_creds_new_from_pid3, in which case it will describe the specified process, or it may be created by - sd_bus_get_peer_creds3, + sd_bus_get_owner_creds3, in which case it will describe the process at the other endpoint of a connection. @@ -245,10 +238,6 @@ along with systemd; If not, see . sd_bus_creds_get_pid() will retrieve the PID (process identifier). - sd_bus_creds_get_pid_starttime() will - retrieve the time since the start of the epoch in microseconds - since the process was started. - sd_bus_creds_get_tid() will retrieve the TID (thread identifier). @@ -275,7 +264,7 @@ along with systemd; If not, see . sd_bus_creds_get_cmdline() will retrieve - an array of command-line arguments (as stored in + an array of command line arguments (as stored in /proc/pid/cmdline). @@ -410,7 +399,7 @@ along with systemd; If not, see . sd_bus_get_user_unit(), sd_bus_get_slice(), sd_bus_get_session(), and - sd_bus_get_owner_uid() if the sender is not + sd_bus_get_name_creds_uid() if the sender is not part of a systemd system unit, systemd user unit, systemd slice, logind session, or a systemd user session.