diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-07-24 05:52:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-07-24 05:52:49 +0000 |
commit | ae913cd22ce6a66b306c532cddc345b5ee46c431 (patch) | |
tree | 0978703f514cd434e32e28203417bf153c998213 | |
parent | dc42072768135928da6e128ae82d45b90c7ce791 (diff) | |
download | execline-ae913cd22ce6a66b306c532cddc345b5ee46c431.tar.xz |
"backtick" doc fix
-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> |