summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/reboot.8
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-08-24 01:40:02 +0000
committerjulian <julian@FreeBSD.org>1996-08-24 01:40:02 +0000
commita92fa815a60a804cdecd13d630d1aca84a2807cd (patch)
treecf586bd947d081eaf61fb5ae6d419415f577e256 /sbin/reboot/reboot.8
parent4a6f54f391cee4d1a7c50b6aa3d75c0dab417c49 (diff)
downloadFreeBSD-src-a92fa815a60a804cdecd13d630d1aca84a2807cd.zip
FreeBSD-src-a92fa815a60a804cdecd13d630d1aca84a2807cd.tar.gz
Add support to halt, to allow it to request that the power be turned off
(the RB_POWEROFF flag)
Diffstat (limited to 'sbin/reboot/reboot.8')
-rw-r--r--sbin/reboot/reboot.816
1 files changed, 12 insertions, 4 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index 3d2d7e7..6252093 100644
--- a/sbin/reboot/reboot.8
+++ b/sbin/reboot/reboot.8
@@ -41,13 +41,13 @@
stopping and restarting the system
.Sh SYNOPSIS
.Nm halt
-.Op Fl nq
+.Op Fl nqp
.Nm reboot
-.Op Fl nq
+.Op Fl nqp
.Nm fasthalt
-.Op Fl nq
+.Op Fl nqp
.Nm fastboot
-.Op Fl nq
+.Op Fl nqp
.Sh DESCRIPTION
The
.Nm halt
@@ -74,6 +74,14 @@ option is specified,
the system is halted or restarted quickly and ungracefully, and only
the flushing of the file system cache is performed.
This option should probably not be used.
+.It Fl p
+If the
+.Fl p
+option is specified, then the system will turn off the power
+if it can. This is of course likely to make
+.Nm reboot
+rather similar to
+.Nm halt.
.El
.Pp
The
OpenPOWER on IntegriCloud