Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys document RB_POWERDOWN.



details:   https://anonhg.NetBSD.org/src/rev/9f4b63a4c95a
branches:  trunk
changeset: 535402:9f4b63a4c95a
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Aug 17 17:52:54 2002 +0000

description:
document RB_POWERDOWN.
from OpenBSD.

diffstat:

 lib/libc/sys/reboot.2 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 6922aa384bc8 -r 9f4b63a4c95a lib/libc/sys/reboot.2
--- a/lib/libc/sys/reboot.2     Sat Aug 17 17:31:53 2002 +0000
+++ b/lib/libc/sys/reboot.2     Sat Aug 17 17:52:54 2002 +0000
@@ -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 @@
 .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 )



Home | Main Index | Thread Index | Old Index