From a92fa815a60a804cdecd13d630d1aca84a2807cd Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 24 Aug 1996 01:40:02 +0000 Subject: Add support to halt, to allow it to request that the power be turned off (the RB_POWEROFF flag) --- sbin/reboot/reboot.8 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'sbin/reboot/reboot.8') 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 -- cgit v1.1