diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-03-15 17:02:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-03-15 17:02:24 +0000 |
commit | bcae3b9d79bc2363914324daba54089f16c636c3 (patch) | |
tree | 7f9e34dc5dd3c9ac7cd7aab3b6d018f855790ebd | |
parent | c5aaad49bd43a1372fb6f17e134612ef65e8d62e (diff) | |
download | s6-bcae3b9d79bc2363914324daba54089f16c636c3.tar.xz |
Doc clarification
-rw-r--r-- | doc/s6-ftrig-listen1.html | 2 | ||||
-rw-r--r-- | doc/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 index c2349f1..ec3d079 100644 --- 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 index fe7e585..681567b 100644 --- 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> |