*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

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