diff options
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 26272c4410..a06eed5861 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -114,7 +114,10 @@ are understood: s, min, h, d, w, ms, us.</para> <para>Empty lines and lines starting with # or ; are - ignored. This may be used for commenting.</para> + ignored. This may be used for commenting. Lines ending + in a backslash are concatenated with the following + line while reading and the backslash is replaced by a + space character. This may be used to wrap long lines.</para> <para>If a line starts with <option>.include</option> followed by a file name the specified file will be |