From 231c6d9fdaa25ade0bb7379f9bfd5845b7ca6522 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Mar 2019 23:12:59 +0000 Subject: Doc fix --- AUTHORS | 1 + doc/pipeline.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index c9019b4..581af2e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,3 +20,4 @@ Thanks to: Luis Ressel Colin Booth Jesse Young + Danilo Spinella 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 prog2... fails to wait for its children.

Notes

    -
  • You can easily create a chain of pipes: pipeline a "" pipeline b "" c +
  • You can easily create a chain of pipes: execline -Pc 'pipeline { a } pipeline { b } c' is roughly equivalent to sh -c 'exec a | b | c', except that shells usually run c as a child process like a and b, and exec has no -- cgit v1.2.3