summaryrefslogtreecommitdiffstats
path: root/man/systemd.syntax.xml
diff options
context:
space:
mode:
authorDavide Cavalca <dcavalca@fb.com>2019-02-26 22:08:02 +0100
committerLennart Poettering <lennart@poettering.net>2019-02-27 11:27:51 +0100
commit170342c90be07f418ab786718d95ef76289126a0 (patch)
treeb8756c0b2d81a60e6749cd44562a98bb7754948b /man/systemd.syntax.xml
parentMerge pull request #11837 from yuwata/network-tiny-cleanups (diff)
downloadsystemd-170342c90be07f418ab786718d95ef76289126a0.tar.xz
systemd-170342c90be07f418ab786718d95ef76289126a0.zip
man: clarify whitespace handling in systemd.syntax
Diffstat (limited to 'man/systemd.syntax.xml')
-rw-r--r--man/systemd.syntax.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.syntax.xml b/man/systemd.syntax.xml
index 67cd640eea..0eecaed8e2 100644
--- a/man/systemd.syntax.xml
+++ b/man/systemd.syntax.xml
@@ -66,7 +66,7 @@
<para>Each file is a plain text file divided into sections, with configuration entries in the
style <replaceable>key</replaceable>=<replaceable>value</replaceable>.
- Empty lines and lines starting with <literal>#</literal> or <literal>;</literal> are
+ Whitespace immediately before or after the <literal>=</literal> is ignored. Empty lines and lines starting with <literal>#</literal> or <literal>;</literal> are
ignored, which may be used for commenting.</para>
<para>Lines ending in a backslash are concatenated with the following line while reading and the