From 572225a82ff1c630f28fef43503c407f7f53c308 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 17 Aug 2002 17:52:54 +0000 Subject: [PATCH] document RB_POWERDOWN. from OpenBSD. --- lib/libc/sys/reboot.2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index fb0385dcd44e..bbabaf75a9b9 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -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 )