From: Lennart Poettering Date: Sat, 26 Aug 2017 12:59:21 +0000 (+0200) Subject: man: fix example indentation in tmpfiles.d(5) (#6578) X-Git-Tag: v235~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b9c30ec75f872bd05ed7ffd3ce3ba61ca3fac52;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 91434d7b7ab..29f85531967 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -463,10 +463,10 @@ L /tmp/foobar - - - - /dev/null For example: # 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 +# Unlink the X11 lock files +r! /tmp/.X[0-9]*-lock The second line in contrast to the first one would break a running system, and will only be executed with .