Fixed typo in init.8 manual page.

This commit is contained in:
Jesse Smith 2019-02-17 21:51:13 -04:00
parent 09f8dcc90e
commit aa3b8121e1
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ sysvinit (2.94) unreleased; urgency=low
not risk over-writing internal variables which might get used for something
else (it's rude and security risk). Set up "when" as its own buffer
that has data from optargs and/or argv copied into it.
* Fixed typo in init.8 manual page.
sysvinit (2.93) released; urgency=low

View File

@ -276,7 +276,7 @@ On receipt of this signals, init closes and re-opens its control fifo,
.TP 0.5i
.B SIGUSR2
When init receives SIGUSR2, init closes and leaves the control fifo,
\fB/run/initctl\f\P, closed. This may be used to make sure init is not
\fB/run/initctl\fP, closed. This may be used to make sure init is not
holding open any files. However, it also prevents init from switching
runlevels. Which means commands like shutdown no longer work.
The fifo can be re-opened by sending init the SIGUSR1 signal.