summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.8
diff options
context:
space:
mode:
authorMarco d'Itri2009-01-25 17:44:16 +0100
committerKarel Zak2009-01-26 21:22:24 +0100
commite4b0fc36ffb565f19db8934bc13c9b6a2bce572f (patch)
tree55be219b21ec46af7f4cfe9076950b086278fa4f /sys-utils/rtcwake.8
parentnamei: don't duplicate '/' directory (diff)
downloadkernel-qcow2-util-linux-e4b0fc36ffb565f19db8934bc13c9b6a2bce572f.tar.gz
kernel-qcow2-util-linux-e4b0fc36ffb565f19db8934bc13c9b6a2bce572f.tar.xz
kernel-qcow2-util-linux-e4b0fc36ffb565f19db8934bc13c9b6a2bce572f.zip
rtcwake: support not suspending
People usually want to use pm-utils to suspend the system instead of the raw kernel interface, so I added an option to just exit after configuring the wakeup time. Actually I think that all the suspend code should be removed from rtcwake, since it does not really belong there. Signed-off-by: Marco d'Itri <md@linux.it>
Diffstat (limited to 'sys-utils/rtcwake.8')
-rw-r--r--sys-utils/rtcwake.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/rtcwake.8 b/sys-utils/rtcwake.8
index c06fb2117..a47374dc3 100644
--- a/sys-utils/rtcwake.8
+++ b/sys-utils/rtcwake.8
@@ -74,8 +74,8 @@ is the time in seconds since 1970-01-01, 00:00 UTC. Use the
.TP
\fB-m\fP \fImode\fP | \fB--mode\fP \fImode\fP
Use standby state \fImode\fP. Valid values are \fIstandby\fP,
-\fImem\fP, \fIdisk\fP and \fIon\fP (no suspend). The default is
-\fIstandby\fP.
+\fImem\fP, \fIdisk\fP, \fIno\fP (no suspend) and \fIon\fP (for debugging).
+The default is \fIstandby\fP.
.SH NOTES
Some PC systems can't currently exit sleep states such as \fImem\fP
using only the kernel code accessed by this driver.