X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_creds_get_pid.xml;h=a35efef0ca84ecc28eca6c39ffd6554409325141;hb=dc968941bfc9be464e1df15afa05693dec3ec192;hp=d0598271f4abb16cd297c36377dececc89546707;hpb=4cf8496d0a5e85ec7610d166c5d35df3e6d02d1a;p=elogind.git diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index d0598271f..a35efef0c 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -225,7 +225,7 @@ along with systemd; If not, see . Description - Those functions return information from an + These functions return information from an sd_bus_creds object. It may be created with sd_bus_creds_new_from_pid3, in which case it will describe the specified process, or it may be @@ -246,13 +246,13 @@ along with systemd; If not, see . TID (thread identifier). sd_bus_creds_get_uid will retrieve the - UID (user identifier). + numeric UID (user identifier). sd_bus_creds_get_gid will retrieve the - GID (group identifier). + numeric GID (group identifier). sd_bus_creds_get_comm will retrieve the - comm field (name of the executable, as stored in + comm field (truncated name of the executable, as stored in /proc/pid/comm). @@ -301,7 +301,7 @@ along with systemd; If not, see . sd_bus_creds_get_owner_uid will retrieve - the UID (user identifier) of the user who owns the slice + the numeric UID (user identifier) of the user who owns the slice that the process is part of. See systemd.slice5