man: fix example indentation in tmpfiles.d(5) (#6578)

docboc actually copies the indentation 1:1 into the final man page and
that makes the example really weirdly aligned. Let's fix that.
This commit is contained in:
Lennart Poettering 2017-08-26 14:59:21 +02:00 committed by Yu Watanabe
parent 2c5ad0fd6d
commit 9b9c30ec75
1 changed files with 3 additions and 3 deletions

View File

@ -463,10 +463,10 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<para>For example:
<programlisting># Make sure these are created by default so that nobody else can
d /tmp/.X11-unix 1777 root root 10d
d /tmp/.X11-unix 1777 root root 10d
# Unlink the X11 lock files
r! /tmp/.X[0-9]*-lock</programlisting>
# Unlink the X11 lock files
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>