]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: don't refer to "service manager" in tmpfiles.d(5)
authorLennart Poettering <lennart@poettering.net>
Tue, 29 May 2018 09:32:27 +0000 (11:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 May 2018 09:39:15 +0000 (11:39 +0200)
system-tmpfiles is not a "service manager" hence say "command" instead.

man/tmpfiles.d.xml

index 46bec912c529461ffd5337e27b3347359b787f8e..809f992994a02bbd3295e30104d447d4260a7eee 100644 (file)
@@ -624,7 +624,7 @@ r! /tmp/.X[0-9]*-lock</programlisting>
             <row>
               <entry><literal>%h</literal></entry>
               <entry>User home directory</entry>
-              <entry>This is the home directory of the user running the service manager instance. In case of the system manager this resolves to <literal>/root</literal>.</entry>
+              <entry>This is the home directory of the user running the command. In case of the system instance this resolves to <literal>/root</literal>.</entry>
             </row>
             <row>
               <entry><literal>%H</literal></entry>
@@ -659,12 +659,12 @@ r! /tmp/.X[0-9]*-lock</programlisting>
             <row>
               <entry><literal>%u</literal></entry>
               <entry>User name</entry>
-              <entry>This is the name of the user running the service manager instance. In case of the system manager this resolves to <literal>root</literal>.</entry>
+              <entry>This is the name of the user running the command. In case of the system instance this resolves to <literal>root</literal>.</entry>
             </row>
             <row>
               <entry><literal>%U</literal></entry>
               <entry>User UID</entry>
-              <entry>This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to <constant>0</constant>.</entry>
+              <entry>This is the numeric UID of the user running the command. In case of the system instance this resolves to <constant>0</constant>.</entry>
             </row>
             <row>
               <entry><literal>%v</literal></entry>