mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
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:
parent
2c5ad0fd6d
commit
9b9c30ec75
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user