diff -Naur systemd-210/man/tmpfiles.d.xml systemd-210-mod/man/tmpfiles.d.xml
--- systemd-210/man/tmpfiles.d.xml 2014-12-16 10:16:51.269189374 +0100
+++ systemd-210-mod/man/tmpfiles.d.xml 2014-12-16 10:39:49.937552189 +0100
@@ -158,12 +158,18 @@
c
- Create a character device node if it does not exist yet.
+ Create a character device node if it does not exist yet.
+ It is recommended to suffix this entry with an exclamation mark to only
+ create static device nodes at boot, as udev will not manage static device
+ nodes that are created at runtime.
b
- Create a block device node if it does not exist yet.
+ Create a block device node if it does not exist yet.
+ It is recommended to suffix this entry with an exclamation mark to only
+ create static device nodes at boot, as udev will not manage static device
+ nodes that re created at runtime.