mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 16:10:20 +00:00
Base: Add reboot(1) manpage
This commit is contained in:
parent
121bcc267d
commit
f94dacf90e
Notes:
sideshowbarker
2024-07-17 22:35:30 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/f94dacf90e0 Pull-request: https://github.com/SerenityOS/serenity/pull/11314
1 changed files with 18 additions and 0 deletions
18
Base/usr/share/man/man1/reboot.md
Normal file
18
Base/usr/share/man/man1/reboot.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Name
|
||||
|
||||
reboot - Reboot the machine
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ reboot
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`reboot` instructs the kernel to reboot the machine immediately.
|
||||
|
||||
## Notes
|
||||
|
||||
The `reboot` utility opens the `/sys/firmware/power_state` node and writes the magic value "1"
|
||||
to instruct the kernel to reboot the machine.
|
Loading…
Reference in a new issue