From 1ae705fb3d635eb0c19d3712b2b78c5f45e7efad Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Apr 2015 15:23:37 +0200 Subject: [PATCH] man: slightly fewer paragraphs can help readability --- man/tmpfiles.d.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 107d422a7d..971b142e48 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -310,25 +310,23 @@ Set file/directory attributes. Lines of this type accept shell-style globs in place of normal path names. - The format of the argument field is [+-=][aAcCdDeijsStTu] - - - The prefix + (the default one) causes the + The format of the argument field is + [+-=][aAcCdDeijsStTu] . The prefix + + (the default one) causes the attribute(s) to be added; - causes the - attribute(s) to be removed; = - causes the attributes to set exactly as the following letters. - The letters aAcCdDeijsStTu select the new + attribute(s) to be removed; = causes the + attributes to set exactly as the following letters. The + letters aAcCdDeijsStTu select the new attributes for the files, see chattr 1 for further information. - Passing only = as argument, - resets all the file attributes listed above. It has to be pointed - out that the = prefix, limits itself to the - attributes corresponding to the letters listed here. All other - attributes will be left untouched. - - Does not follow symlinks. + Passing only = as argument resets + all the file attributes listed above. It has to be pointed + out that the = prefix, limits itself to + the attributes corresponding to the letters listed here. All + other attributes will be left untouched. Does not follow + symlinks.