]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 9a0b72aca93b486ec2ef96ea6b9bb9a3b45d7c14..1372cc972a16e9e9341dc6fd58c18f37eb664fc5 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