diff options
author | Davide Cavalca <dcavalca@fb.com> | 2019-02-26 16:08:02 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-27 11:27:51 +0100 |
commit | 170342c90be07f418ab786718d95ef76289126a0 (patch) | |
tree | b8756c0b2d81a60e6749cd44562a98bb7754948b | |
parent | 7bd90528b4d3b8b60ca065d419bcab89743e5ad2 (diff) | |
download | systemd-170342c90be07f418ab786718d95ef76289126a0.tar.gz systemd-170342c90be07f418ab786718d95ef76289126a0.tar.bz2 systemd-170342c90be07f418ab786718d95ef76289126a0.zip |
man: clarify whitespace handling in systemd.syntax
-rw-r--r-- | man/systemd.syntax.xml | 2 |
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 |