summaryrefslogtreecommitdiff
path: root/doc/pipeline.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pipeline.html')
-rw-r--r--doc/pipeline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pipeline.html b/doc/pipeline.html
index 99a89e0..aaaf9cf 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>pipeline a "" pipeline b "" c</tt>
+ <li> You can easily create a chain of pipes: <tt>execline -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