diff options
author | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:30:52 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:30:52 +0000 |
commit | c5b00260e47e99020768e3031c508e80eb1bcef5 (patch) | |
tree | 9c38df63e87ad54c4e5788ea55b4f7dc519d8da1 /man | |
parent | b832b6d7c3800714d328e955eb13f975b389693e (diff) | |
download | runit-c5b00260e47e99020768e3031c508e80eb1bcef5.tar.gz runit-c5b00260e47e99020768e3031c508e80eb1bcef5.tar.xz runit-c5b00260e47e99020768e3031c508e80eb1bcef5.zip |
doc.
Diffstat (limited to 'man')
-rw-r--r-- | man/runit.8 | 4 | ||||
-rw-r--r-- | man/svwaitdown.8 | 8 | ||||
-rw-r--r-- | man/svwaitup.8 | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/man/runit.8 b/man/runit.8 index 4502143..544502a 100644 --- a/man/runit.8 +++ b/man/runit.8 @@ -29,7 +29,7 @@ which should not return until system shutdown; if it crashes, it will be restarted. Normally .I /etc/runit/2 starts -.BR svscanboot (8). +.BR runsvdir (8). .B runit is able to handle the ctrl-alt-del keyboard request in Stage 2, see below. .SH STAGE 3 @@ -71,6 +71,8 @@ if receives an INT signal, a ctrl-alt-del keyboard request is triggered. .SH SEE ALSO runit-init(8), +runsvdir(8), +runsv(8), svwaitdown(8), svwaitup(8), utmpset(8) diff --git a/man/svwaitdown.8 b/man/svwaitdown.8 index 5f3edc2..d5f53b9 100644 --- a/man/svwaitdown.8 +++ b/man/svwaitdown.8 @@ -73,10 +73,12 @@ returns 111 if the timeout was reached. .SH SEE ALSO svwaitup(8), -supervise(8), -svscan(8), runit(8), -runit-init(8) +runit-init(8), +runsvdir(8), +runsv(8), +supervise(8), +svscan(8) .P http://smarden.org/runit/ http://cr.yp.to/daemontools.html diff --git a/man/svwaitup.8 b/man/svwaitup.8 index 28c4070..82b2470 100644 --- a/man/svwaitup.8 +++ b/man/svwaitup.8 @@ -84,10 +84,12 @@ increases the exit code by one and exits non zero. The maximum is 100. returns 111 on error. .SH SEE ALSO svwaitdown(8), -supervise(8), -svscan(8), runit(8), -runit-init(8) +runit-init(8), +runsvdir(8), +runsv(8), +supervise(8), +svscan(8) .P http://smarden.org/runit/ http://cr.yp.to/daemontools.html |