Correct description for hw.swwdog.reboot behaviour.
This commit is contained in:
parent
89c8725c96
commit
1dcfbf4075
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: swwdog.4,v 1.7 2010/10/23 03:27:03 pgoyette Exp $
|
||||
.\" $NetBSD: swwdog.4,v 1.8 2011/06/08 12:19:14 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 2005 Steven M. Bellovin
|
||||
.\" All rights reserved.
|
||||
|
@ -31,7 +31,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 23, 2010
|
||||
.Dd June 8, 2011
|
||||
.\" Written by Steven M. Bellovin
|
||||
.Dt SWWDOG 4
|
||||
.Os
|
||||
|
@ -45,15 +45,15 @@ The
|
|||
.Nm
|
||||
driver provides a software watchdog timer that works with
|
||||
.Xr wdogctl 8 .
|
||||
If the timer expires, the system reboots unless the boolean variable
|
||||
.Va swwdog_panic
|
||||
If the timer expires, the system reboots if the boolean variable
|
||||
.Va swwdog_reboot
|
||||
is
|
||||
.Dv true ;
|
||||
if it is, the system will panic instead.
|
||||
otherwise, the system will panic.
|
||||
.Va swwdog_reboot
|
||||
is accessible as a
|
||||
.Xr sysctl 8
|
||||
variable, hw.swwdog0.reboot and defaults to
|
||||
variable, hw.swwdog.reboot and defaults to
|
||||
.Dv false .
|
||||
.Pp
|
||||
The default period of
|
||||
|
|
Loading…
Reference in New Issue