From: Jan Engelhardt Date: Sun, 16 Feb 2014 13:01:31 +0000 (+0100) Subject: doc: detail what "UID" is X-Git-Tag: v209~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b5804a48b2b629fa793cc93bcb4a9c6edf9962;p=thirdparty%2Fsystemd.git doc: detail what "UID" is --- diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 299c05a3907..740082e4785 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -246,10 +246,10 @@ 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 @@ -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