Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun  8 12:19:15 UTC 2011

Modified Files:
        src/share/man/man4: swwdog.4

Log Message:
Correct description for hw.swwdog.reboot behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/swwdog.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/swwdog.4
diff -u src/share/man/man4/swwdog.4:1.7 src/share/man/man4/swwdog.4:1.8
--- src/share/man/man4/swwdog.4:1.7	Sat Oct 23 03:27:03 2010
+++ src/share/man/man4/swwdog.4	Wed Jun  8 12:19:14 2011
@@ -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 @@
 .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

Reply via email to