Tue Apr 14 10:50:25 2015 UTC ()
Minor grammatical update.  (I wonder if wizd(8) thinks I need to update
the revision date?)


(pgoyette)
diff -r1.8 -r1.9 src/share/man/man4/swwdog.4

cvs diff -r1.8 -r1.9 src/share/man/man4/swwdog.4 (expand / switch to unified diff)

--- src/share/man/man4/swwdog.4 2011/06/08 12:19:14 1.8
+++ src/share/man/man4/swwdog.4 2015/04/14 10:50:25 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: swwdog.4,v 1.8 2011/06/08 12:19:14 pgoyette Exp $ 1.\" $NetBSD: swwdog.4,v 1.9 2015/04/14 10:50:25 pgoyette Exp $
2.\" 2.\"
3.\" Copyright (c) 2004, 2005 Steven M. Bellovin 3.\" Copyright (c) 2004, 2005 Steven M. Bellovin
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -41,29 +41,29 @@ @@ -41,29 +41,29 @@
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.Cd "pseudo-device swwdog" 42.Cd "pseudo-device swwdog"
43.Sh DESCRIPTION 43.Sh DESCRIPTION
44The 44The
45.Nm 45.Nm
46driver provides a software watchdog timer that works with 46driver provides a software watchdog timer that works with
47.Xr wdogctl 8 . 47.Xr wdogctl 8 .
48If the timer expires, the system reboots if the boolean variable 48If the timer expires, the system reboots if the boolean variable
49.Va swwdog_reboot 49.Va swwdog_reboot
50is 50is
51.Dv true ; 51.Dv true ;
52otherwise, the system will panic. 52otherwise, the system will panic.
53.Va swwdog_reboot 53.Va swwdog_reboot
54is accessible as a 54is accessible as the
55.Xr sysctl 8 55.Xr sysctl 8
56variable, hw.swwdog.reboot and defaults to 56variable hw.swwdog.reboot and defaults to
57.Dv false . 57.Dv false .
58.Pp 58.Pp
59The default period of 59The default period of
60.Nm 60.Nm
61is 60 seconds. 61is 60 seconds.
62.Pp 62.Pp
63As with other watchdog timers, the 63As with other watchdog timers, the
64.Nm 64.Nm
65driver prevents a system from suspending when the watchdog is armed. 65driver prevents a system from suspending when the watchdog is armed.
66.Sh SEE ALSO 66.Sh SEE ALSO
67.Xr sysctl 8 , 67.Xr sysctl 8 ,
68.Xr wdogctl 8 68.Xr wdogctl 8
69.Sh HISTORY 69.Sh HISTORY