summaryrefslogtreecommitdiff
path: root/doc/backtick.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-07-24 05:52:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-07-24 05:52:49 +0000
commitae913cd22ce6a66b306c532cddc345b5ee46c431 (patch)
tree0978703f514cd434e32e28203417bf153c998213 /doc/backtick.html
parentdc42072768135928da6e128ae82d45b90c7ce791 (diff)
downloadexecline-ae913cd22ce6a66b306c532cddc345b5ee46c431.tar.xz
"backtick" doc fix
Diffstat (limited to 'doc/backtick.html')
-rw-r--r--doc/backtick.html2
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>