]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/reboot.2
reboot.2: Document LINUX_REBOOT_SW_SUSPEND
[thirdparty/man-pages.git] / man2 / reboot.2
index ee5064863f4faf4f5378cd993ff7e962fcfaf458..c3d8d252fc64bfc12b1cfb07097f5b68d7b48c1f 100644 (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 ().