diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml
index 71f6926ae8..534f008757 100644
--- a/man/sysusers.d.xml
+++ b/man/sysusers.d.xml
@@ -229,6 +229,66 @@ u root 0 "Superuser" /root /bin/zsh
+
+ Specifiers
+
+ Specifiers can be used in the "Name", "ID", "GECOS", "Home directory", and "Shell" fields.
+ An unknown or unresolvable specifier is treated as invalid configuration.
+ The following expansions are understood:
+
+ Specifiers available
+
+
+
+
+
+
+ Specifier
+ Meaning
+ Details
+
+
+
+
+ %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.
+
+
+ %m
+ Machine ID
+ The machine ID of the running system, formatted as string. See machine-id5 for more information.
+
+
+ %T
+ Directory for temporary files
+ This is either /tmp or the path $TMPDIR, $TEMP or $TMP are set to.
+
+
+ %v
+ Kernel release
+ Identical to uname -r output.
+
+
+ %V
+ Directory for larger and persistent temporary files
+ This is either /var/tmp or the path $TMPDIR, $TEMP or $TMP are set to.
+
+
+ %%
+ Escaped %
+ Single percent sign.
+
+
+
+
+
+
Idempotence