diff options
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index a304dd00e6..812129f613 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -109,7 +109,6 @@ d /run/user 0755 root root 10d - L /tmp/foobar - - - - /dev/null</programlisting> - <refsect2> <title>Type</title> @@ -277,13 +276,11 @@ L /tmp/foobar - - - - /dev/null</programlisting> </para> <para>For example: - <programlisting> -# Make sure these are created by default so that nobody else can + <programlisting># Make sure these are created by default so that nobody else can d /tmp/.X11-unix 1777 root root 10d # Unlink the X11 lock files -r! /tmp/.X[0-9]*-lock - </programlisting> +r! /tmp/.X[0-9]*-lock</programlisting> The second line in contrast to the first one would break a running system, and will only be executed with <option>--boot</option>.</para> |