diff options
-rw-r--r-- | doc/s6-ftrig-wait.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-ftrig-wait.html b/doc/s6-ftrig-wait.html index 49a0f54..e3e5f3b 100644 --- a/doc/s6-ftrig-wait.html +++ b/doc/s6-ftrig-wait.html @@ -36,7 +36,8 @@ to match <em>regexp</em>. <em>regexp</em> must be an <a href="http://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 exits 0. </li> +s6-ftrig-wait prints the last event it received (one byte) to stdout, +then exits 0. </li> </ul> <h2> Options </h2> |