diff options
author | Liav A <liavalb@gmail.com> | 2022-10-15 06:07:07 +0300 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-10-25 15:33:34 -0600 |
commit | a0c41fc3f0dda67a9ca220b889672e37ce412836 (patch) | |
tree | 3915fc2243329d20956b531fd53500637fa8a6bf /Base/usr | |
parent | 75f01692b4cb89f4058467bd49807fe41e4f1d52 (diff) | |
download | serenity-a0c41fc3f0dda67a9ca220b889672e37ce412836.zip |
Base: Describe the moved SysFS power_state node in SysFS document
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man7/sys.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Base/usr/share/man/man7/sys.md b/Base/usr/share/man/man7/sys.md index e09ff6fdc0..539cee1e61 100644 --- a/Base/usr/share/man/man7/sys.md +++ b/Base/usr/share/man/man7/sys.md @@ -32,11 +32,6 @@ The `acpi` subdirectory maintains files of the exposed ACPI tables, if present by the firmware. A file called `power_state` is responsible for power state switching. -#### `power_state` - -This file only responds to write requests on it. A written value of `1` results -in system reboot. A written value of `2` results in system shutdown. - ### `kernel` directory This directory includes two subdirectories - `net` and `variables`. @@ -60,6 +55,8 @@ them. * **`stats`** - This node exports statistics on scheduler timing data. * **`system_mode`** - This node exports the chosen system mode as it was decided based on the kernel commandline or a default value. * **`uptime`** - This node exports the uptime data. +* **`power_state`** - This node only responds to write requests on it. A written value of `1` results +in system reboot. A written value of `2` results in system shutdown. #### `net` directory |