2015-02-02 12:34:26 -05:00
|
|
|
.Dd February 2, 2015
|
|
|
|
.Dt HALT 8
|
|
|
|
.Os ubase
|
|
|
|
.Sh NAME
|
|
|
|
.Nm halt
|
|
|
|
.Nd power-off or reboot the machine
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl pr
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
can be used to power-off or reboot the machine.
|
2014-04-12 08:38:43 -04:00
|
|
|
This is a low-level tool and should not be used directly or data-loss
|
|
|
|
can happen if the filesystems are not properly unmounted first.
|
2015-02-02 12:34:26 -05:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl p
|
2014-04-13 11:40:40 -04:00
|
|
|
Power-off the machine.
|
2015-02-02 12:34:26 -05:00
|
|
|
.It Fl r
|
2014-04-13 11:40:40 -04:00
|
|
|
Reboot the machine.
|
2015-02-02 12:34:26 -05:00
|
|
|
.El
|