summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-25 14:39:10 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-25 14:39:10 +0900
commit55318801ba786199d2cbeb368054d1324926657a (patch)
treef89b73982294110edec821098e18557bb30217b6 /man/tmpfiles.d.xml
parent46a3adeef38e8425108988940db1944fb114c19c (diff)
downloadsystemd-55318801ba786199d2cbeb368054d1324926657a.tar.gz
man: sort specifiers alphabetically
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 5f69054847..49ce8375a4 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -640,6 +640,16 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
<entry>In <option>--user</option> mode, this is the same as <varname>$XDG_CACHE_HOME</varname>, and <filename>/var/cache</filename> otherwise.</entry>
</row>
<row>
+ <entry><literal>%g</literal></entry>
+ <entry>User group</entry>
+ <entry>This is the name of the group running the command. In case of the system instance this resolves to <literal>root</literal>.</entry>
+ </row>
+ <row>
+ <entry><literal>%G</literal></entry>
+ <entry>User GID</entry>
+ <entry>This is the numeric GID of the group running the command. In case of the system instance this resolves to <constant>0</constant>.</entry>
+ </row>
+ <row>
<entry><literal>%h</literal></entry>
<entry>User home directory</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>
@@ -665,16 +675,6 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
</row>
<xi:include href="standard-specifiers.xml" xpointer="T"/>
<row>
- <entry><literal>%g</literal></entry>
- <entry>User group</entry>
- <entry>This is the name of the group running the command. In case of the system instance this resolves to <literal>root</literal>.</entry>
- </row>
- <row>
- <entry><literal>%G</literal></entry>
- <entry>User GID</entry>
- <entry>This is the numeric GID of the group running the command. In case of the system instance this resolves to <constant>0</constant>.</entry>
- </row>
- <row>
<entry><literal>%u</literal></entry>
<entry>User name</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>