diff options
Diffstat (limited to 'doc/backtick.html')
-rw-r--r-- | doc/backtick.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backtick.html b/doc/backtick.html index 42e80da..7b31df3 100644 --- a/doc/backtick.html +++ b/doc/backtick.html @@ -38,7 +38,7 @@ environment variable, then executes another program. <a href="el_semicolon.html">block</a> and unquotes it. </li> <li> It runs <em>prog1...</em> as a child process and saves its output in memory. This output must not contain a null character. </li> - <li><tt>backtick</tt> execs into the modified <em>prog2...</em>, with + <li><tt>backtick</tt> execs into <em>prog2...</em>, with <em>variable</em> added to the environment with <em>prog1...</em>'s output as a value. </li> </ul> |