diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-02-16 14:01:31 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 19:03:07 -0500 |
commit | 48b5804a48b2b629fa793cc93bcb4a9c6edf9962 (patch) | |
tree | ca418e555298b8dc0b2f88c35625e622ad3aad78 /man | |
parent | fc9acf252ffd0992a6bb0870f76c8d87cead2088 (diff) | |
download | systemd-48b5804a48b2b629fa793cc93bcb4a9c6edf9962.tar.gz |
doc: detail what "UID" is
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 299c05a390..740082e478 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 <http://www.gnu.org/licenses/>. TID (thread identifier).</para> <para><function>sd_bus_creds_get_uid</function> will retrieve the - UID (user identifier).</para> + numeric UID (user identifier).</para> <para><function>sd_bus_creds_get_gid</function> will retrieve the - GID (group identifier).</para> + numeric GID (group identifier).</para> <para><function>sd_bus_creds_get_comm</function> will retrieve the comm field (name of the executable, as stored in @@ -301,7 +301,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </para> <para><function>sd_bus_creds_get_owner_uid</function> 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 <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry> <!-- and |