diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-30 16:31:51 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-30 16:33:42 -0400 |
commit | 0e3f51cf8d1004375e72d080f2aceddb9432b430 (patch) | |
tree | 03fb08d6549f58c0ea3efa0f25400c9499b04b1f /man/systemd.service.xml | |
parent | 5e354b22520bbb02e5079672a6f97fe05f185d63 (diff) | |
download | systemd-0e3f51cf8d1004375e72d080f2aceddb9432b430.tar.gz |
man: don't say that ExecStart syntax is "very shell"
Fixes #6035.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 9a0b72aca9..1372cc972a 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -928,10 +928,9 @@ result in a warning. In particular, any backslashes should be doubled. Finally, a trailing backslash (<literal>\</literal>) may be used to merge lines.</para> - <para>This syntax is intended to be very similar to shell syntax, - but only the meta-characters and expansions described in the - following paragraphs are understood. Specifically, redirection - using + <para>This syntax is inspired by shell syntax, but only the meta-characters and expansions + described in the following paragraphs are understood, and the expansion of variables is + different. Specifically, redirection using <literal><</literal>, <literal><<</literal>, <literal>></literal>, and |