summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-29 11:32:27 +0200
committerLennart Poettering <lennart@poettering.net>2018-05-29 11:39:15 +0200
commit052c59c3d0ee3a6ff37b3674f17ca4327f1cf0e6 (patch)
treeaea3d5b866bf5e4c7d7b19b48bcf0e6bbc86887e /man
parent24eb8621cc1a323bac95ccb5c6147b1ebe156b4e (diff)
downloadsystemd-052c59c3d0ee3a6ff37b3674f17ca4327f1cf0e6.tar.gz
systemd-052c59c3d0ee3a6ff37b3674f17ca4327f1cf0e6.tar.bz2
systemd-052c59c3d0ee3a6ff37b3674f17ca4327f1cf0e6.zip
man: don't refer to "service manager" in tmpfiles.d(5)
system-tmpfiles is not a "service manager" hence say "command" instead.
Diffstat (limited to 'man')
-rw-r--r--man/tmpfiles.d.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 46bec912c5..809f992994 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -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>