1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 22:15:40 +02:00

rtcwake: fix a typo in description (#2198)

This commit is contained in:
Felix Yan 2018-07-15 17:27:00 +08:00 committed by Starbeamrainbowlabs
parent dee2a5a25d
commit 3a7ea2fd7d

View file

@ -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}}`