Updated init page to reference the initctl manual page instead of

telling people to read the source code to learn how to use
the /run/initctl named pipe. Updated Makefile to install
the initctl.5 manual page.
This commit is contained in:
Jesse Smith 2018-04-14 19:19:18 -03:00
parent 01ca5252e8
commit aee28b3292
2 changed files with 4 additions and 3 deletions

View File

@ -145,8 +145,8 @@ the letter \fBF\fP.
.PP .PP
Usage of \fBSIGPWR\fP and \fB/etc/powerstatus\fP is discouraged. Someone Usage of \fBSIGPWR\fP and \fB/etc/powerstatus\fP is discouraged. Someone
wanting to interact with \fBinit\fP should use the \fB/run/initctl\fP wanting to interact with \fBinit\fP should use the \fB/run/initctl\fP
control channel - see the source code of the \fBsysvinit\fP package control channel - see the initctl manual page for more documentation
for more documentation about this. about this.
.PP .PP
When \fBinit\fP is requested to change the runlevel, it sends the When \fBinit\fP is requested to change the runlevel, it sends the
warning signal \s-1\fBSIGTERM\fP\s0 to all processes that are undefined warning signal \s-1\fBSIGTERM\fP\s0 to all processes that are undefined
@ -329,6 +329,7 @@ page by Michael Haardt (u31b3hs@pool.informatik.rwth-aachen.de).
.BR runlevel (8), .BR runlevel (8),
.BR shutdown(8), .BR shutdown(8),
.BR kill (1), .BR kill (1),
.BR initctl (5),
.BR inittab (5), .BR inittab (5),
.BR initscript (5), .BR initscript (5),
.BR utmp (5) .BR utmp (5)

View File

@ -27,7 +27,7 @@ SBIN = init halt shutdown runlevel killall5 fstab-decode
USRBIN = last mesg USRBIN = last mesg
MAN1 = last.1 lastb.1 mesg.1 MAN1 = last.1 lastb.1 mesg.1
MAN5 = initscript.5 inittab.5 MAN5 = initscript.5 inittab.5 initctl.5
MAN8 = halt.8 init.8 killall5.8 pidof.8 poweroff.8 reboot.8 runlevel.8 MAN8 = halt.8 init.8 killall5.8 pidof.8 poweroff.8 reboot.8 runlevel.8
MAN8 += shutdown.8 telinit.8 fstab-decode.8 MAN8 += shutdown.8 telinit.8 fstab-decode.8