diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-07 15:54:04 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-07 15:54:04 +0300 |
commit | 5530caa20b9688bad0bceedb4d9df5df8ad96299 (patch) | |
tree | eb2c38ca6d95ba1c0e87d2f6088c8c737b42c796 /man | |
parent | 7c85ab42dda080cfed2386880b9c07ac03fa9d56 (diff) | |
parent | 3faf145d32549735c6090a6a39e3a80e68e35c5d (diff) |
Merge pull request #1487 from michich/fix-env-expansion
Fix env expansion
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 897ea464d9..8afdbc513b 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -993,7 +993,7 @@ <literal>$FOO</literal> as a separate word on the command line, in which case it will be replaced by the value of the environment variable split at whitespace resulting in zero or more arguments. - For this type of expansion, quotes and respected when splitting + For this type of expansion, quotes are respected when splitting into words, and afterwards removed.</para> <para>Example:</para> |