man: don't say that ExecStart syntax is "very shell"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2017 20:31:51 +0000 (16:31 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2017 20:33:42 +0000 (16:33 -0400)
Fixes #6035.

man/systemd.service.xml

index 9a0b72a..1372cc9 100644 (file)
     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