Base: Add reboot(1) manpage

This commit is contained in:
Liav A 2021-12-19 21:04:28 +02:00 committed by Brian Gianforcaro
parent 121bcc267d
commit f94dacf90e
Notes: sideshowbarker 2024-07-17 22:35:30 +09:00

View 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.