From 9fccdb0f64d12bc09a71442dd0af2248c1aa3e89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 Feb 2014 15:56:19 +0100 Subject: man: always place and in a line with actual sources, so that we don't get spurious newlines in the man page output --- man/tmpfiles.d.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'man/tmpfiles.d.xml') 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 - Type @@ -277,13 +276,11 @@ L /tmp/foobar - - - - /dev/null For example: - -# Make sure these are created by default so that nobody else can + # 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 - +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 . -- cgit v1.2.3-54-g00ecf