commit 3000de9742c0360e81ee099baef3c92d14eee746
parent 51460965ba459d68fa0d6654fa9d1cd0a65a35bf
Author: Gerrit Pape <pape@smarden.org>
Date: Mon, 27 Jan 2003 09:00:41 +0000
html.
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/runsv.8.html b/doc/runsv.8.html
@@ -92,14 +92,14 @@ a KILL signal. </DD>
<DT><B>x or <B>e</B> </B></DT>
<DD>Exit. If the service is running, send it a TERM signal.
Do not restart the service. If the service is down, and no log service exists,
-<B>runsv</B> exits. If the service is down and a log service exists, send a TERM
-signal to the log service. If the log service is down, <B>runsv</B> exits. This
-command is ignored if it is given to <I>service</I>/log/supervise/control. </DD>
+<B>runsv</B> exits. If the service is down and a log service exists, <B>runsv</B> closes
+the standard input of the log service, and waits for it to terminate. If
+the log service is down, <B>runsv</B> exits. This command is ignored if it is given
+to <I>service</I>/log/supervise/control. </DD>
</DL>
<P>
-For
-example, to send a TERM signal to /service/socklog-unix, either do # svc
--t /service/socklog-unix<BR>
+For example, to send a TERM signal to
+/service/socklog-unix, either do # svc -t /service/socklog-unix<BR>
or<BR>
# echo -n t >/service/socklog-unix/supervise/control<BR>
<P>