summaryrefslogtreecommitdiff
path: root/doc/s6-notifywhenup.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 00:25:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 00:25:16 +0000
commitff8493ef9d33e7c348293587637c70f82bb90aba (patch)
tree218a0498a930c9856d6da04127585b1299b3430f /doc/s6-notifywhenup.html
parentb214f953faf52dc73902d43398959defae54968b (diff)
downloads6-ff8493ef9d33e7c348293587637c70f82bb90aba.tar.xz
s6-notifywhen up now sends U and exits on the first newline.
Doc updated to reflect it.
Diffstat (limited to 'doc/s6-notifywhenup.html')
-rw-r--r--doc/s6-notifywhenup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-notifywhenup.html b/doc/s6-notifywhenup.html
index ad7ef8e..f192ca4 100644
--- a/doc/s6-notifywhenup.html
+++ b/doc/s6-notifywhenup.html
@@ -37,9 +37,9 @@ needed.
<ul>
<li> s6-notifywhenup forks and executes <em>prog...</em> as the
parent, with a pipe from <em>prog...</em>'s stdout to the child. </li>
- <li> The child waits for EOF on the pipe. When it gets it, if there
-have been other characters written before the EOF, it sends a 'U'
-event to the <tt>./event</tt> fifodir. </li>
+ <li> The child waits for a newline (<tt>\n</tt>) to be written
+on the pipe. When it gets it, it sends a 'U' event to the
+<tt>./event</tt> fifodir. </li>
<li> The child exits 0. </li>
</ul>