Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Correct description for hw.swwdog.reboot beha...



details:   https://anonhg.NetBSD.org/src/rev/88c1ec29eed0
branches:  trunk
changeset: 765865:88c1ec29eed0
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 08 12:19:14 2011 +0000

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

diffstat:

 share/man/man4/swwdog.4 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 0da934a93d94 -r 88c1ec29eed0 share/man/man4/swwdog.4
--- a/share/man/man4/swwdog.4   Wed Jun 08 10:25:21 2011 +0000
+++ b/share/man/man4/swwdog.4   Wed Jun 08 12:19:14 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index