From 55318801ba786199d2cbeb368054d1324926657a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 25 Nov 2020 14:39:10 +0900 Subject: [PATCH] man: sort specifiers alphabetically --- man/systemd.unit.xml | 32 ++++++++++++++++---------------- man/tmpfiles.d.xml | 20 ++++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index c848146f3a..5364c4c975 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1786,6 +1786,16 @@ Unescaped filename This is either the unescaped instance name (if applicable) with / prepended (if applicable), or the unescaped prefix name prepended with /. This implements unescaping according to the rules for escaping absolute file system paths discussed above. + + %g + User group + This is the name of the group running the service manager instance. In case of the system manager this resolves to root. + + + %G + User GID + This is the numeric GID of the user running the service manager instance. In case of the system manager this resolves to 0. + %h User home directory @@ -1800,11 +1810,6 @@ Note that this setting is not influenced by the Us Host name The hostname of the running system at the point in time the unit configuration is loaded. - - %l - Short host name - The hostname of the running system at the point in time the unit configuration is loaded, truncated at the first dot to remove any domain component. - %i Instance name @@ -1825,13 +1830,17 @@ Note that this setting is not influenced by the Us Unescaped final component of the prefix Same as %j, but with escaping undone. + + %l + Short host name + The hostname of the running system at the point in time the unit configuration is loaded, truncated at the first dot to remove any domain component. + %L Log directory root This is either /var/log (for the system manager) or the path $XDG_CONFIG_HOME resolves to with /log appended (for user managers). - %n Full unit name @@ -1842,6 +1851,7 @@ Note that this setting is not influenced by the Us Full unit name Same as %n, but with the type suffix removed. + %p Prefix name @@ -1868,16 +1878,6 @@ Note that this setting is not influenced by the Us This is either /run/ (for the system manager) or the path $XDG_RUNTIME_DIR resolves to (for user managers). - - %g - User group - This is the name of the group running the service manager instance. In case of the system manager this resolves to root. - - - %G - User GID - This is the numeric GID of the user running the service manager instance. In case of the system manager this resolves to 0. - %u User name 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 @@ -639,6 +639,16 @@ w- /proc/sys/vm/swappiness - - - - 10 System or user cache directory In mode, this is the same as $XDG_CACHE_HOME, and /var/cache otherwise. + + %g + User group + This is the name of the group running the command. In case of the system instance this resolves to root. + + + %G + User GID + This is the numeric GID of the group running the command. In case of the system instance this resolves to 0. + %h User home directory @@ -664,16 +674,6 @@ w- /proc/sys/vm/swappiness - - - - 10 In mode, this is the same $XDG_RUNTIME_DIR, and /run/ otherwise. - - %g - User group - This is the name of the group running the command. In case of the system instance this resolves to root. - - - %G - User GID - This is the numeric GID of the group running the command. In case of the system instance this resolves to 0. - %u User name