diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 67bd1dc724..ac6565ec93 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -495,6 +495,14 @@ w- /proc/sys/vm/swappiness - - - - 10
lines, when omitted or when set to -, the file ownership will not be modified. These
parameters are ignored for x, r, R,
L, t, and a lines.
+
+ This field should generally only reference system users/groups, i.e. users/groups that are
+ guaranteed to be resolvable during early boot. If this field references users/groups that only become
+ resolveable during later boot (i.e. after NIS, LDAP or a similar networked directory service become
+ available), execution of the operations declared by the line will likely fail. Also see Notes on
+ Resolvability of User and Group Names for more information on requirements on system user/group
+ definitions.