summary refs log tree commit diff
path: root/man/runit-init.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/runit-init.8')
-rw-r--r--man/runit-init.818
1 files changed, 11 insertions, 7 deletions
diff --git a/man/runit-init.8 b/man/runit-init.8
index 7dc9f92..aa48cb1 100644
--- a/man/runit-init.8
+++ b/man/runit-init.8
@@ -6,7 +6,8 @@ init \- a UNIX process no 1
 [ 0 | 6 ]
 .SH DESCRIPTION
 .B runit-init
-is the first process the kernel starts. If
+is the first process the kernel starts.
+If
 .B runit-init
 is started as process no 1, it runs and replaces itself with
 .BR runit (8).
@@ -19,7 +20,8 @@ or
 .B init 6\fR:
 .TP
 .B init 0
-tells the Unix process no 1 to shutdown and halt the system. To signal
+tells the Unix process no 1 to shutdown and halt the system.
+To signal
 .BR runit (8)
 the system halt request,
 .B runit-init
@@ -32,7 +34,8 @@ Then a CONT signal is sent to
 .BR runit (8).
 .TP
 .B init 6
-tells the Unix process no 1 to shutdown and reboot the system. To signal
+tells the Unix process no 1 to shutdown and reboot the system.
+To signal
 .BR runit (8)
 the system reboot request,
 .B runit-init
@@ -47,13 +50,14 @@ and
 returns 111 on error, 0 in all other cases.
 .SH SEE ALSO
 runit(8),
+runsvdir(8),
+runsvchdir(8),
+utmpset(8),
 runsv(8),
 runsvctrl(8),
 runsvstat(8),
-runsvdir(8),
-runsvchdir(8),
-svlogd(8),
-utmpset(8)
+chpst(8),
+svlogd(8)
 .P
 http://smarden.org/runit/
 .SH AUTHOR