From c991b7f6d01f85864eac91aee0c9f2310194332d Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Mon, 11 Jul 2005 10:13:53 +0000 Subject: * man/runsv.8: typo; no longer document the e control character; clarify custom control on d and x. * runsvchdir.c, runsvstat.c: optimize output buffer handling. * runsvctrl.c: write x control character to runsv on e. --- man/runsv.8 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/runsv.8 b/man/runsv.8 index 7c98f3a..915dddb 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -128,7 +128,7 @@ If the service is running, send it a TERM signal. Kill. If the service is running, send it a KILL signal. .TP -.B x \fRor \fBe +.B x Exit. If the service is running, send it a TERM signal, and then a CONT signal. Do not restart the service. @@ -176,6 +176,18 @@ The command .I o is always considered as command .IR u . +On command +.I d +first +.I service\fR/control/t +is checked, and then +.I service\fR/control/d. +On command +.I x +first +.I service\fR/control/t +is checked, and then +.I service\fR/control/x. The control of the optional log service cannot be customized. .SH SIGNALS If -- cgit 1.4.1