From ff28d090127b6a8cacb0e1e8625e030ba773d72b Mon Sep 17 00:00:00 2001 From: Francesco Yoshi Gobbo Date: Sat, 18 May 2019 13:19:31 +0200 Subject: [PATCH] rtcwake: fix command typo (#3038) --- 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 89ca07c018..6ec59bd7d2 100644 --- a/pages/linux/rtcwake.md +++ b/pages/linux/rtcwake.md @@ -20,7 +20,7 @@ - Disable a previously set alarm: -`sudo rtc -m disable` +`sudo rtcwake -m disable` - Perform a dry run to wakup the computer at a given time. (Press Ctrl + C to abort):