]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix example indentation in tmpfiles.d(5) (#6578)
authorLennart Poettering <lennart@poettering.net>
Sat, 26 Aug 2017 12:59:21 +0000 (14:59 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Aug 2017 12:59:21 +0000 (21:59 +0900)
docboc actually copies the indentation 1:1 into the final man page and
that makes the example really weirdly aligned. Let's fix that.

man/tmpfiles.d.xml

index 91434d7b7ab8202004a3c461346f645f4b16103a..29f85531967fe211821b26363f53a4d02c07ac85 100644 (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>