Base: Add shutdown(1) manpage

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

View file

@ -0,0 +1,18 @@
## Name
shutdown - Power off the machine
## Synopsis
```**sh
$ shutdown
```
## Description
`shutdown` instructs the kernel to power off the machine immediately.
## Notes
The `shutdown` utility opens the `/sys/firmware/power_state` node and writes the magic value "2"
to instruct the kernel to power off the machine.