diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 21:22:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 21:22:56 +0200 |
commit | b3eaa6288107210a84d6d121036fb4b2f7283ee2 (patch) | |
tree | 852384049ac5037a10d9abcc7fbba5e362200f9c /man/systemd.unit.xml | |
parent | 61e5d8ed877b6389ea94c05e0e2f646f8b66d8bd (diff) |
man: update man pages for recent syntax changes
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 |