diff options
author | Gerrit Pape <pape@smarden.org> | 2005-07-11 10:13:53 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-07-11 10:13:53 +0000 |
commit | c991b7f6d01f85864eac91aee0c9f2310194332d (patch) | |
tree | 57171256ab223651c1ae4f2f79b1cf16018931c8 /man | |
parent | 7fd74fba2decebf76a05b739e3dc657db605a65a (diff) | |
download | runit-c991b7f6d01f85864eac91aee0c9f2310194332d.tar.gz runit-c991b7f6d01f85864eac91aee0c9f2310194332d.tar.xz runit-c991b7f6d01f85864eac91aee0c9f2310194332d.zip |
* 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.
Diffstat (limited to 'man')
-rw-r--r-- | man/runsv.8 | 14 |
1 files changed, 13 insertions, 1 deletions
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 |