chiark / gitweb /
doc: detail what "UID" is
[elogind.git] / man / sd_bus_creds_get_pid.xml
index 40de81f82e202d91ca07fcf07387536698b84dd8..740082e47851131d05b3b3bc17d57db4bdc5b518 100644 (file)
@@ -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
@@ -333,7 +333,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     but will check the bounding capabilities mask.</para>
 
     <para><function>sd_bus_creds_get_selinux_context</function> will
-    retrieve the SELinux context of the process.</para>
+    retrieve the SELinux security context (label) of the process.</para>
 
     <para><function>sd_bus_creds_get_audit_session_id</function> will
     retrieve the audit session identifier of the process.</para>
@@ -385,7 +385,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
         <listitem><para>Given field is not available in
         <parameter>c</parameter>.</para>
-       </listitem>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -399,7 +399,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         <function>sd_bus_get_owner_uid</function> if the sender is not
         part of a systemd system unit, systemd user unit, systemd
         slice, logind session, or a systemd user session.</para>
-       </listitem>
+        </listitem>
       </varlistentry>
 
       <varlistentry>