summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-05-03 15:57:55 +0000
committerGerrit Pape <pape@smarden.org>2003-05-03 15:57:55 +0000
commita90c48599dd09dc2fd8985b818405494e1f30982 (patch)
treeb035a2196ed33d756acd6ca479c5fb8bdec29206 /man
parentc680551a4d77e7a1c036acb9af909565ca04b82f (diff)
downloadrunit-a90c48599dd09dc2fd8985b818405494e1f30982.tar.gz
runit-a90c48599dd09dc2fd8985b818405494e1f30982.tar.xz
runit-a90c48599dd09dc2fd8985b818405494e1f30982.zip
* doc/dependencies.html, doc/useinit.html: new.
  * doc/index.html: adapt; reorder programs; runsvstat, runsvctrl installed
    by default.
  * doc/install.html: remove dependency on daemontools; create /package.
  * doc/replaceinit.html, man/runsv.8: typo.
  * man/svwaitdown.8, man/svwaitup.8: refer to runit and supervise.
  * svlogd.c: fix counter var namespace.
  * package/commands: add runsvctrl, runsvstat.
Diffstat (limited to 'man')
-rw-r--r--man/runsv.82
-rw-r--r--man/svwaitdown.813
-rw-r--r--man/svwaitup.86
3 files changed, 12 insertions, 9 deletions
diff --git a/man/runsv.8 b/man/runsv.8
index 03364f4..1f4200c 100644
--- a/man/runsv.8
+++ b/man/runsv.8
@@ -18,7 +18,7 @@ starts ./finish. If ./finish doesn't exist or ./finish exits,
 .B runsv
 restarts ./run.
 .P
-If ./run or ./finish exit immediatly,
+If ./run or ./finish exit immediately,
 .B runsv
 waits a second before starting ./finish or restarting ./run.
 .P
diff --git a/man/svwaitdown.8 b/man/svwaitdown.8
index 8982a17..9d78ed1 100644
--- a/man/svwaitdown.8
+++ b/man/svwaitdown.8
@@ -1,6 +1,6 @@
 .TH svwaitdown 8
 .SH NAME
-svwaitdown \- waits for services controlled by supervise(8) to be down
+svwaitdown \- waits for services controlled by runsv(8) or supervise(8) to be down
 .SH SYNOPSIS
 .B svwaitdown
 [
@@ -26,6 +26,8 @@ down.
 The
 .I services
 given at the command line must be controlled by
+.BR runsv (8),
+or
 .BR supervise (8).
 .P
 .B svwaitdown
@@ -52,7 +54,7 @@ must be between 2 and 6000. Default is 600 (10 minutes).
 Kill. If the timeout is reached before all
 .I services
 are down, tell the
-.BR supervise (8)
+.BR runsv (8)
 processes to send the
 .I services
 a KILL signal.
@@ -71,7 +73,6 @@ This option should only be used by
 in stage 3 when
 .BR runsvdir (8)
 is already stopped.
-
 .SH EXIT CODES
 .B svwaitdown
 returns 0 as soon as all
@@ -81,10 +82,10 @@ are down.
 If a
 .I service
 is usually controlled by
+.B runsv (8)
+or
 .BR supervise (8),
-but no
-.BR supervise (8)
-process is currently running,
+but no supervisor process is currently running,
 .B svwaitdown
 treats this
 .I service
diff --git a/man/svwaitup.8 b/man/svwaitup.8
index 62b1ad9..476cce1 100644
--- a/man/svwaitup.8
+++ b/man/svwaitup.8
@@ -1,6 +1,6 @@
 .TH svwaitup 8
 .SH NAME
-svwaitup \- waits for services controlled by supervise(8) to be up
+svwaitup \- waits for services controlled by runsv(8) or supervise(8) to be up
 .SH SYNOPSIS
 .B svwaitup
 [
@@ -25,6 +25,8 @@ given at the command line for being at least the specified number of seconds
 up. The
 .I services
 given at the command line must be controlled by
+.BR runsv (8),
+or
 .BR supervise (8).
 .P
 .B svwaitup
@@ -77,7 +79,7 @@ For each
 .I service
 that is down and not requested to become up, or that causes an error while
 checking (e.g.
-.BR supervise (8)
+.BR runsv (8)
 is not running),
 .B svwaitup
 increases the exit code by one and exits non zero. The maximum is 100.