diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2015-10-07 14:40:54 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2015-10-07 14:45:11 +0200 |
commit | 3faf145d32549735c6090a6a39e3a80e68e35c5d (patch) | |
tree | b005a82e587412a99b9541762b986a23946c240b /man | |
parent | df553b586b7c11fc660bb1829c339fb005bbbead (diff) |
man: fix typo ('and' -> 'are')
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> |