30 lines
858 B
Groff
30 lines
858 B
Groff
.TH pm-suspend 1 "06 April 25"
|
|
.SH NAME
|
|
pm-suspend - Suspend the system.
|
|
.SH SYNOPSIS
|
|
\fBpm-suspend\fP [ mem | standby | freeze | disk ]
|
|
.SH DESCRIPTION
|
|
\fBpm-suspend\fP suspends the system by writing to
|
|
the device located at \fB/sys/power/state\fP.
|
|
The required argument specifies the kind of
|
|
suspend used.
|
|
.SS Arguments
|
|
.TP
|
|
\fBmem\fP
|
|
Suspend the system according to the \fC/sys/power/mem_sleep\fR file. See below.
|
|
.TP
|
|
\fBstandby\fP
|
|
Suspend the system using power-on suspend, if supported.
|
|
.TP
|
|
\fBfreeze\fP
|
|
Suspend the system using suspend-to-idle.
|
|
.TP
|
|
\fBdisk\fP
|
|
Suspend the system via hibernation, also called suspend-to-disk.
|
|
.SH FILES
|
|
.TP
|
|
\fC/sys/power/state\fR
|
|
The special state file that will receive suspend commands.
|
|
.TP
|
|
\fC/sys/power/mem_sleep\fR
|
|
The control file that will determine what mode the \fBmem\fP command uses. See kernel documentation.
|