halt.8 - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
halt.8 (421B) | |
--- | |
1 .Dd February 2, 2015 | |
2 .Dt HALT 8 | |
3 .Os ubase | |
4 .Sh NAME | |
5 .Nm halt | |
6 .Nd power-off or reboot the machine | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl pr | |
10 .Sh DESCRIPTION | |
11 .Nm | |
12 can be used to power-off or reboot the machine. | |
13 This is a low-level tool and should not be used directly or data-loss | |
14 can happen if the filesystems are not properly unmounted first. | |
15 .Sh OPTIONS | |
16 .Bl -tag -width Ds | |
17 .It Fl p | |
18 Power-off the machine. | |
19 .It Fl r | |
20 Reboot the machine. | |
21 .El |