diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 839bb7604b..a9ef3dffcf 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -133,13 +133,13 @@
f
Create a file if it does not exist yet. If
the argument parameter is given, it will be written to the
- file.
+ file. Does not follow symlinks.
F
Create or truncate a file. If the argument
- parameter is given, it will be written to the file.
+ parameter is given, it will be written to the file. Does not follow symlinks.
@@ -149,7 +149,8 @@
the file exists. Lines of this type accept shell-style
globs in place of normal path names. The argument parameter
will be written without a trailing newline. C-style
- backslash escapes are interpreted.
+ backslash escapes are interpreted. Follows
+ symlinks.
@@ -227,7 +228,7 @@
copy operation is skipped. If the argument is omitted, files
from the source directory
/usr/share/factory/ with the same name
- are copied.
+ are copied. Does not follow symlinks.
@@ -259,7 +260,7 @@
This may not be used to remove non-empty directories, use
R for that. Lines of this type accept
shell-style globs in place of normal path
- names.
+ names. Does not follow symlinks.
@@ -267,7 +268,7 @@
Recursively remove a path and all its
subdirectories (if it is a directory). Lines of this type
accept shell-style globs in place of normal path
- names.
+ names. Does not follow symlinks.
@@ -275,7 +276,7 @@
Adjust the access mode, group and user, and
restore the SELinux security context of a file or directory,
if it exists. Lines of this type accept shell-style globs in
- place of normal path names.
+ place of normal path names. Does not follow symlinks.
@@ -284,24 +285,24 @@
user, and restore the SELinux security context of a file or
directory if it exists, as well as of its subdirectories and
the files contained therein (if applicable). Lines of this
- type accept shell-style globs in place of normal path names.
-
+ type accept shell-style globs in place of normal path
+ names. Does not follow symlinks.
t
Set extended attributes. Lines of this type
accept shell-style globs in place of normal path names.
- This can be useful for setting SMACK labels.
-
+ This can be useful for setting SMACK labels. Does not follow
+ symlinks.
T
Recursively set extended attributes. Lines
of this type accept shell-style globs in place of normal
- path names. This can be useful for setting SMACK labels.
-
+ path names. This can be useful for setting SMACK
+ labels. Does not follow symlinks.
@@ -325,9 +326,9 @@
resets all the file attributes listed above. It has to be pointed
out that the = prefix, limits itself to the
attributes corresponding to the letters listed here. All other
- attributes will be left untouched.
-
+ attributes will be left untouched.
+ Does not follow symlinks.
@@ -335,7 +336,7 @@
H
Recursively set file/directory attributes. Lines
of this type accept shell-style globs in place of normal
- path names.
+ path names. Does not follow symlinks.
@@ -352,14 +353,15 @@
specified explicitly or already present. Lines of this type
accept shell-style globs in place of normal path names. This
can be useful for allowing additional access to certain
- files.
+ files. Does not follow symlinks.
A
A+
Same as a and
- a+, but recursive.
+ a+, but recursive. Does not follow
+ symlinks.