*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# rtcwake
|
||||
|
||||
> Enter a system sleep state until specified wakeup time relative to your bios clock.
|
||||
> Enter a system sleep state until specified wakeup time relative to your BIOS clock.
|
||||
|
||||
- Show whether an alarm is set or not:
|
||||
|
||||
`sudo rtcwake -m show -v`
|
||||
|
||||
- Suspend to ram and wakeup after 10 seconds:
|
||||
- Suspend to RAM and wakeup after 10 seconds:
|
||||
|
||||
`sudo rtcwake -m mem -s {{10}}`
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
`sudo rtcwake -m disk --date +{{15}}min`
|
||||
|
||||
- Freeze the system (more efficient 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 version 3.9 or newer of the Linux kernel is required) and wakeup at a given date and time:
|
||||
|
||||
`sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}`
|
||||
|
||||
|
Reference in New Issue
Block a user