acpi: add proc example (#4526)

beep
Ray Voice 2020-10-13 02:26:57 +05:00 committed by GitHub
parent c2d5c49913
commit 9f1c79f134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# acpi
> Shows battery status or thermal information.
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- Show battery information:
@ -21,3 +22,7 @@
- Show all information:
`acpi -V`
- Extract information from `/proc` instead of `/sys`:
`acpi -p`