From ae913cd22ce6a66b306c532cddc345b5ee46c431 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 24 Jul 2016 05:52:49 +0000 Subject: "backtick" doc fix --- doc/backtick.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. block and unquotes it.
  • It runs prog1... as a child process and saves its output in memory. This output must not contain a null character.
  • -
  • backtick execs into the modified prog2..., with +
  • backtick execs into prog2..., with variable added to the environment with prog1...'s output as a value.
  • -- cgit v1.2.3