summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Marineau <michael.marineau@coreos.com>2014-05-17 16:09:08 -0700
committerTom Gundersen <teg@jklm.no>2014-05-18 11:32:51 +0200
commit2bcc2523711e69e6daa744641e56ed8b78646676 (patch)
tree3f2d9f8cf5f2654e00d9ec845856bb6c065ebf98 /man
parent16cd414ba0ae3f420cbf30f1250e2573d2cafc51 (diff)
man: note that entire sections can now be ignored
Prefixing a section name with "X-" will cause it and all of its contents to be silently ignored as of commit 342aea19.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.unit.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 157530be38..e9031567d2 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -139,10 +139,12 @@
<para>Unit files may contain additional options on top
of those listed here. If systemd encounters an unknown
option, it will write a warning log message but
- continue loading the unit. If an option is prefixed
- with <option>X-</option>, it is ignored completely by
- systemd. Applications may use this to include
- additional information in the unit files.</para>
+ continue loading the unit. If an option or section name
+ is prefixed with <option>X-</option>, it is ignored
+ completely by systemd. Options within an ignored
+ section do not need the prefix. Applications may use
+ this to include additional information in the unit
+ files.</para>
<para>Boolean arguments used in unit files can be
written in various formats. For positive settings the