diff options
author | Marek Otahal <markotahal@gmail.com> | 2010-04-23 14:20:54 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-04-23 14:20:54 +0200 |
commit | bb8b11f1f3f98c3167bb57169ec8dae8cb2f7f75 (patch) | |
tree | ee2e79568f89ace7aac9aaa11bd083a5668e65b2 /sys-utils | |
parent | c15dd93b17561e7768d076d7dbcda5e8398dd15b (diff) | |
download | util-linux-old-bb8b11f1f3f98c3167bb57169ec8dae8cb2f7f75.tar.gz |
rtcwake: add disable action to rtcwake man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/rtcwake.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/rtcwake.8 b/sys-utils/rtcwake.8 index 16c05719..ee7af3a0 100644 --- a/sys-utils/rtcwake.8 +++ b/sys-utils/rtcwake.8 @@ -114,6 +114,9 @@ Don't suspend. The rtcwake command sets RTC wakeup time only. .B on Don't suspend, but read RTC device until alarm time appears. This mode is useful for debugging. +.TP +.B disable +Disable previously set alarm. .RE .PP .SH NOTES |