diff options
author | Liav A <liavalb@gmail.com> | 2022-10-15 05:57:20 +0300 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-10-25 15:33:34 -0600 |
commit | 75f01692b4cb89f4058467bd49807fe41e4f1d52 (patch) | |
tree | 29c7f9c388a69b790961f33ad095a707d41c42fb /Base/usr/share/man/man1/reboot.md | |
parent | 8c21d974b2d9afa135f400f87bbc4de4ed43a55d (diff) | |
download | serenity-75f01692b4cb89f4058467bd49807fe41e4f1d52.zip |
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Let's put the power_state global node into the /sys/kernel directory,
because that directory represents all global nodes and variables being
related to the Kernel. It's also a mutable node, that is more acceptable
being in the mentioned directory due to the fact that all other files in
the /sys/firmware directory are just firmware blobs and are not mutable
at all.
Diffstat (limited to 'Base/usr/share/man/man1/reboot.md')
-rw-r--r-- | Base/usr/share/man/man1/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/reboot.md b/Base/usr/share/man/man1/reboot.md index 4ef0b61356..9e105a1006 100644 --- a/Base/usr/share/man/man1/reboot.md +++ b/Base/usr/share/man/man1/reboot.md @@ -14,5 +14,5 @@ $ reboot ## Notes -The `reboot` utility opens the `/sys/firmware/power_state` node and writes the magic value "1" +The `reboot` utility opens the `/sys/kernel/power_state` node and writes the magic value "1" to instruct the kernel to reboot the machine. |