man: don't say that ExecStart syntax is "very shell"

Fixes #6035.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-05-30 16:31:51 -04:00
parent 5e354b2252
commit 0e3f51cf8d
1 changed files with 3 additions and 4 deletions

View File

@ -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>&lt;</literal>,
<literal>&lt;&lt;</literal>,
<literal>&gt;</literal>, and