man: fix explanation about UID/GID field in tmpfiles.d(5)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Oct 2018 09:33:40 +0000 (18:33 +0900)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Oct 2018 17:06:10 +0000 (19:06 +0200)
Fixes #9495.

man/tmpfiles.d.xml

index 9907dc6..814a012 100644 (file)
@@ -493,16 +493,11 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
     <refsect2>
       <title>UID, GID</title>
 
-      <para>The user and group to use for this file or directory. This
-      may either be a numeric user/group ID or a user or group
-      name. If omitted or when set to <literal>-</literal>, the
-      default 0 (root) is used. For <varname>z</varname> and
-      <varname>Z</varname> lines, when omitted or when set to
-      <literal>-</literal>, the file ownership will not be
-      modified. These parameters are ignored for <varname>x</varname>,
-      <varname>r</varname>, <varname>R</varname>,
-      <varname>L</varname>, <varname>t</varname>, and
-      <varname>a</varname> lines.</para>
+      <para>The user and group to use for this file or directory. This may either be a numeric user/group ID or a user or group
+      name. If omitted or when set to <literal>-</literal>, the user/group ID of the user who invokes <command>systemd-tmpfiles</command> is used.
+      For <varname>z</varname> and <varname>Z</varname> lines, when omitted or when set to <literal>-</literal>, the file ownership will not be
+      modified. These parameters are ignored for <varname>x</varname>, <varname>r</varname>, <varname>R</varname>, <varname>L</varname>,
+      <varname>t</varname>, and <varname>a</varname> lines.</para>
     </refsect2>
 
     <refsect2>