s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit bcae3b9d79bc2363914324daba54089f16c636c3
parent c5aaad49bd43a1372fb6f17e134612ef65e8d62e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 15 Mar 2021 17:02:24 +0000

 Doc clarification

Diffstat:
Mdoc/s6-ftrig-listen1.html | 2+-
Mdoc/s6-ftrig-wait.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/s6-ftrig-listen1.html b/doc/s6-ftrig-listen1.html @@ -43,7 +43,7 @@ to match <em>regexp</em>. <em>regexp</em> must be an <a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">Extended Regular Expression</a>. </li> <li> When the series of read events matches <em>regexp</em>, -s6-ftrig-listen1 prints the last event it received (one byte) to stdout, +s6-ftrig-listen1 prints the last event it received to stdout (one byte followed by a newline), then exits 0. </li> </ul> diff --git a/doc/s6-ftrig-wait.html b/doc/s6-ftrig-wait.html @@ -36,7 +36,7 @@ to match <em>regexp</em>. <em>regexp</em> must be an <a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">Extended Regular Expression</a>. </li> <li> When the series of read events matches <em>regexp</em>, -s6-ftrig-wait prints the last event it received (one byte) to stdout, +s6-ftrig-wait prints the last event it received to stdout (one byte followed by a newline), then exits 0. </li> </ul>