diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f3391b350c6..49f82c1c249 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -337,22 +337,22 @@
- Path
- Description
+ Path
+ Description
- /etc/systemd/system
- Local configuration
+ /etc/systemd/system
+ Local configuration
- /run/systemd/system
- Runtime units
+ /run/systemd/system
+ Runtime units
- /usr/lib/systemd/system
- Units of installed packages
+ /usr/lib/systemd/system
+ Units of installed packages
@@ -368,42 +368,42 @@
- Path
- Description
+ Path
+ Description
- $XDG_CONFIG_HOME/systemd/user
- User configuration (only used when $XDG_CONFIG_HOME is set)
+ $XDG_CONFIG_HOME/systemd/user
+ User configuration (only used when $XDG_CONFIG_HOME is set)
- $HOME/.config/systemd/user
- User configuration (only used when $XDG_CONFIG_HOME is not set)
+ $HOME/.config/systemd/user
+ User configuration (only used when $XDG_CONFIG_HOME is not set)
- /etc/systemd/user
- Local configuration
+ /etc/systemd/user
+ Local configuration
- $XDG_RUNTIME_DIR/systemd/user
- Runtime units (only used when $XDG_RUNTIME_DIR is set)
+ $XDG_RUNTIME_DIR/systemd/user
+ Runtime units (only used when $XDG_RUNTIME_DIR is set)
- /run/systemd/user
- Runtime units
+ /run/systemd/user
+ Runtime units
- $XDG_DATA_HOME/systemd/user
- Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is set)
+ $XDG_DATA_HOME/systemd/user
+ Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is set)
- $HOME/.local/share/systemd/user
- Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is not set)
+ $HOME/.local/share/systemd/user
+ Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is not set)
- /usr/lib/systemd/user
- Units of packages that have been installed system-wide
+ /usr/lib/systemd/user
+ Units of packages that have been installed system-wide
@@ -1436,116 +1436,115 @@
- Specifier
- Meaning
- Details
+ Specifier
+ Meaning
+ Details
- %n
- Full unit name
-
+ %n
+ Full unit name
+
- %N
- Unescaped full unit name
- Same as %n, but with escaping undone. This undoes the escaping used when generating unit names from arbitrary strings (see above).
+ %N
+ Unescaped full unit name
+ Same as %n, but with escaping undone. This undoes the escaping used when generating unit names from arbitrary strings (see above).
- %p
- Prefix name
- For instantiated units, this refers to the string before the @ character of the unit name. For non-instantiated units, this refers to the name of the unit with the type suffix removed.
+ %p
+ Prefix name
+ For instantiated units, this refers to the string before the @ character of the unit name. For non-instantiated units, this refers to the name of the unit with the type suffix removed.
- %P
- Unescaped prefix name
- Same as %p, but with escaping undone
+ %P
+ Unescaped prefix name
+ Same as %p, but with escaping undone
- %i
- Instance name
- For instantiated units: this is the string between the @ character and the suffix of the unit name.
+ %i
+ Instance name
+ For instantiated units: this is the string between the @ character and the suffix of the unit name.
- %I
- Unescaped instance name
- Same as %i, but with escaping undone
+ %I
+ Unescaped instance name
+ Same as %i, but with escaping undone
- %f
- 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.
+ %f
+ 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.
- %t
- Runtime directory root
- This is either /run (for the system manager) or the path $XDG_RUNTIME_DIR resolves to (for user managers).
+ %t
+ Runtime directory root
+ This is either /run (for the system manager) or the path $XDG_RUNTIME_DIR resolves to (for user managers).
- %S
- State directory root
- This is either /var/lib (for the system manager) or the path $XDG_CONFIG_HOME resolves to (for user managers).
+ %S
+ State directory root
+ This is either /var/lib (for the system manager) or the path $XDG_CONFIG_HOME resolves to (for user managers).
- %C
- Cache directory root
- This is either /var/cache (for the system manager) or the path $XDG_CACHE_HOME resolves to (for user managers).
+ %C
+ Cache directory root
+ This is either /var/cache (for the system manager) or the path $XDG_CACHE_HOME resolves to (for user managers).
- %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).
+ %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).
- %u
- User name
- This is the name of the user running the service manager instance. In case of the system manager this resolves to root.
+ %u
+ User name
+ This is the name of the user running the service manager instance. In case of the system manager this resolves to root.
- %U
- User UID
- This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to 0.
+ %U
+ User UID
+ This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to 0.
- %h
- User home directory
- This is the home directory of the user running the service manager instance. In case of the system manager this resolves to /root.
+ %h
+ User home directory
+ This is the home directory of the user running the service manager instance. In case of the system manager this resolves to /root.
- %s
- User shell
- This is the shell of the user running the service manager instance. In case of the system manager this resolves to /bin/sh.
+ %s
+ User shell
+ This is the shell of the user running the service manager instance. In case of the system manager this resolves to /bin/sh.
- %m
- Machine ID
- The machine ID of the running system, formatted as string. See machine-id5 for more information.
+ %m
+ Machine ID
+ The machine ID of the running system, formatted as string. See machine-id5 for more information.
- %b
- Boot ID
- The boot ID of the running system, formatted as string. See random4 for more information.
+ %b
+ Boot ID
+ The boot ID of the running system, formatted as string. See random4 for more information.
- %H
- Host name
- The hostname of the running system at the point in time the unit configuration is loaded.
+ %H
+ Host name
+ The hostname of the running system at the point in time the unit configuration is loaded.
- %v
- Kernel release
- Identical to uname -r output
+ %v
+ Kernel release
+ Identical to uname -r output
- %%
- Single percent sign
- Use %% in place of % to specify a single percent sign.
+ %%
+ Single percent sign
+ Use %% in place of % to specify a single percent sign.
-