summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-03-12 23:14:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-03-12 23:14:55 +0000
commit093161d9ae606141027efa597ed9d57bc88d0ce2 (patch)
treeda81468fea063d38a0748d380cda53e29693841d
parent231c6d9fdaa25ade0bb7379f9bfd5845b7ca6522 (diff)
downloadexecline-093161d9ae606141027efa597ed9d57bc88d0ce2.tar.xz
with the right command name, please
-rw-r--r--doc/pipeline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pipeline.html b/doc/pipeline.html
index aaaf9cf..43039b3 100644
--- a/doc/pipeline.html
+++ b/doc/pipeline.html
@@ -57,7 +57,7 @@ from hanging around if <em>prog2...</em> fails to wait for its children.</li>
<h2> Notes </h2>
<ul>
- <li> You can easily create a chain of pipes: <tt>execline -Pc 'pipeline { a } pipeline { b } c'</tt>
+ <li> You can easily create a chain of pipes: <tt>execlineb -Pc 'pipeline { a } pipeline { b } c'</tt>
is roughly equivalent to
<tt>sh -c 'exec a | b | c'</tt>, except that shells usually run <tt>c</tt>
as a child process like <tt>a</tt> and <tt>b</tt>, and <tt>exec</tt> has no