From f742f9d317698c81ec58828814081d8d8a013762 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 10 May 2020 11:44:53 +0200 Subject: [PATCH] man: mention the exclamation mark and minus sign literally, to make things searchable I was looking for the explanation for the exclamation mark in the text, and couldn't find it, searching for "!". Let's make this easier, and indicate the character meant. --- man/tmpfiles.d.xml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 90234c3d43..1e761e9b05 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -154,8 +154,8 @@ L /tmp/foobar - - - - /dev/null Type - The type consists of a single letter and optionally an - exclamation mark and/or minus sign. + The type consists of a single letter and optionally an exclamation mark (!) + and/or minus sign (-). The following line types are understood: @@ -453,13 +453,10 @@ L /tmp/foobar - - - - /dev/null - If the exclamation mark is used, this line is only safe to - execute during boot, and can break a running system. Lines - without the exclamation mark are presumed to be safe to execute - at any time, e.g. on package upgrades. - systemd-tmpfiles will execute line with an - exclamation mark only if option is - given. + If the exclamation mark (!) is used, this line is only safe to execute during + boot, and can break a running system. Lines without the exclamation mark are presumed to be safe to + execute at any time, e.g. on package upgrades. systemd-tmpfiles will take lines with + an exclamation mark only into consideration, if the option is given. For example: # Make sure these are created by default so that nobody else can @@ -471,9 +468,8 @@ r! /tmp/.X[0-9]*-lock running system, and will only be executed with . - If the minus sign is used, this line failing to run - successfully during create (and only create) will not cause - the execution of systemd-tmpfiles to return + If the minus sign (-) is used, this line failing to run successfully during + create (and only create) will not cause the execution of systemd-tmpfiles to return an error. For example: