summaryrefslogtreecommitdiff
path: root/doc/pipeline.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-03-12 23:12:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-03-12 23:12:59 +0000
commit231c6d9fdaa25ade0bb7379f9bfd5845b7ca6522 (patch)
tree287d37329c2e4ff736f5cdc3a2dc97593dee27b8 /doc/pipeline.html
parent6a56da0df26f8ceea9cfb6a5644543c2591614a9 (diff)
downloadexecline-231c6d9fdaa25ade0bb7379f9bfd5845b7ca6522.tar.xz
Doc fix
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