document RB_POWERDOWN.

from OpenBSD.
This commit is contained in:
yamt 2002-08-17 17:52:54 +00:00
parent 672c41205f
commit 572225a82f
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: reboot.2,v 1.14 2002/08/06 12:54:18 wiz Exp $
.\" $NetBSD: reboot.2,v 1.15 2002/08/17 17:52:54 yamt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\"
.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
.\"
.Dd June 4, 1993
.Dd August 18, 2002
.Dt REBOOT 2
.Os
.Sh NAME
@ -85,6 +85,11 @@ for more information.
.It Dv RB_HALT
the processor is simply halted; no reboot takes place.
This option should be used with caution.
.It Dv RB_POWERDOWN
If used in conjunction with
.Dv RB_HALT ,
and if the system hardware supports the function, the system will be
powered off.
.It Dv RB_INITNAME
An option allowing the specification of an init program (see
.Xr init 8 )