mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
Base: Add reboot(1) manpage
This commit is contained in:
parent
121bcc267d
commit
f94dacf90e
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…
Add table
Add a link
Reference in a new issue