reboot.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-22 10:02:47 +01:00
parent 90e072b633
commit 5ddb62b287
1 changed files with 6 additions and 2 deletions

View File

@ -173,16 +173,20 @@ is called from a PID namespace (see
.BR pid_namespaces (7))
other than the initial PID namespace,
the effect of the call is to send a signal to the namespace "init" process.
The
.BR LINUX_REBOOT_CMD_RESTART
and
.BR LINUX_REBOOT_CMD_RESTART2
cause a
.I cmd
values cause a
.BR SIGHUP
signal to be sent.
The
.BR LINUX_REBOOT_CMD_POWER_OFF
and
.BR LINUX_REBOOT_CMD_HALT
cause a
.I cmd
values cause a
.B SIGINT
signal to be sent.
For the other