From 9f1c79f1346eb4eb5fe8dc5b2054853a08ff01c0 Mon Sep 17 00:00:00 2001 From: Ray Voice <33094591+Ray6464@users.noreply.github.com> Date: Tue, 13 Oct 2020 02:26:57 +0500 Subject: [PATCH] acpi: add proc example (#4526) --- pages/linux/acpi.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/linux/acpi.md b/pages/linux/acpi.md index dd499fe80..992f98251 100644 --- a/pages/linux/acpi.md +++ b/pages/linux/acpi.md @@ -1,6 +1,7 @@ # acpi > Shows battery status or thermal information. +> More information: . - Show battery information: @@ -21,3 +22,7 @@ - Show all information: `acpi -V` + +- Extract information from `/proc` instead of `/sys`: + +`acpi -p`