reboot.2: Document LINUX_REBOOT_SW_SUSPEND

Signed-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Elie De Brauwer 2013-12-29 02:22:09 +13:00 committed by Michael Kerrisk
parent 0b23bb07a3
commit 2d37a9603b
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ is performed immediately.
If not preceded by a
.BR sync (2),
data will be lost.
.TP
.BR LINUX_REBOOT_CMD_SW_SUSPEND
(0xd000fce2; since Linux 2.5.18).
The system is suspended (hibernated) to disk.
This option is available only if the kernel was configured with
.BR CONFIG_HIBERNATION .
.LP
Only the superuser may call
.BR reboot ().