summaryrefslogtreecommitdiff
path: root/doc/s6-notifywhenup.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-16 16:05:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-16 16:05:54 +0000
commitdd74c73772894c6988582eb4aec0fbaf6ed558d5 (patch)
tree3f5ea3ce1052c110848ec1071874b6f409ec7986 /doc/s6-notifywhenup.html
parente1b328e6da656b241e706600a50a699cddc1703c (diff)
downloads6-dd74c73772894c6988582eb4aec0fbaf6ed558d5.tar.xz
- doc fixes
- added -X to s6-notifywhenup
Diffstat (limited to 'doc/s6-notifywhenup.html')
-rw-r--r--doc/s6-notifywhenup.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-notifywhenup.html b/doc/s6-notifywhenup.html
index ee5a99e..b958125 100644
--- a/doc/s6-notifywhenup.html
+++ b/doc/s6-notifywhenup.html
@@ -31,7 +31,7 @@ needed.
<h2> Interface </h2>
<pre>
- s6-notifywhenup [ -d <em>fd</em> ] [ -e <em>fifodir</em> ] [ -f ] [ -t <em>timeout</em> ] <em>prog...</em>
+ s6-notifywhenup [ -d <em>fd</em> ] [ -e <em>fifodir</em> ] [ -f ] [ -X ] [ -t <em>timeout</em> ] <em>prog...</em>
</pre>
<ul>
@@ -59,6 +59,9 @@ set if <em>prog</em> reaps even children it doesn't know it has. </li>
<li> <tt>-t&nbsp;<em>timeout</em></tt>&nbsp;: if no EOF has been received
after <em>timeout</em> milliseconds, exit without sending the event.
Default is 0, meaning infinite. </li>
+ <li> <tt>-X</tt>&nbsp;: fake readiness. s6-notifywhenup will actually send
+the newline itself before executing <em>prog</em>. This option should in
+principle never be used. </li>
</ul>
<h2> Notes </h2>