diff options
author | Gerrit Pape <pape@smarden.org> | 2003-05-03 15:57:55 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-05-03 15:57:55 +0000 |
commit | a90c48599dd09dc2fd8985b818405494e1f30982 (patch) | |
tree | b035a2196ed33d756acd6ca479c5fb8bdec29206 /man/runsv.8 | |
parent | c680551a4d77e7a1c036acb9af909565ca04b82f (diff) | |
download | runit-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/runsv.8')
-rw-r--r-- | man/runsv.8 | 2 |
1 files changed, 1 insertions, 1 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 |