From 3a7ea2fd7dd4871e7d853cfe33aad5427ea1dab5 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 15 Jul 2018 17:27:00 +0800 Subject: [PATCH] rtcwake: fix a typo in description (#2198) --- pages/linux/rtcwake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/rtcwake.md b/pages/linux/rtcwake.md index 7a67595a6..89ca07c01 100644 --- a/pages/linux/rtcwake.md +++ b/pages/linux/rtcwake.md @@ -14,7 +14,7 @@ `sudo rtcwake -m disk --date +{{15}}min` -- Freeze the system (more efficent than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time: +- Freeze the system (more efficient than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time: `sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}`