svn commit: r273621 - stable/10/usr.sbin/watchdogd

Rui Paulo rpaulo at FreeBSD.org
Sat Oct 25 01:59:03 UTC 2014


Author: rpaulo
Date: Sat Oct 25 01:59:01 2014
New Revision: 273621
URL: https://svnweb.freebsd.org/changeset/base/273621

Log:
  MFC r273247:
   Fix the watchdog/watchdog man pages.
  
   The default timeout is 128 seconds.

Modified:
  stable/10/usr.sbin/watchdogd/watchdog.8
  stable/10/usr.sbin/watchdogd/watchdogd.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/watchdogd/watchdog.8
==============================================================================
--- stable/10/usr.sbin/watchdogd/watchdog.8	Sat Oct 25 01:17:29 2014	(r273620)
+++ stable/10/usr.sbin/watchdogd/watchdog.8	Sat Oct 25 01:59:01 2014	(r273621)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 2, 2006
+.Dd October 18, 2014
 .Dt WATCHDOG 8
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@ The
 option
 specifies the desired timeout period in seconds, a value of
 zero will disable the watchdog.
-The default timeout is 16 seconds.
+The default timeout is 128 seconds.
 .Sh SEE ALSO
 .Xr watchdog 4 ,
 .Xr watchdogd 8 ,

Modified: stable/10/usr.sbin/watchdogd/watchdogd.8
==============================================================================
--- stable/10/usr.sbin/watchdogd/watchdogd.8	Sat Oct 25 01:17:29 2014	(r273620)
+++ stable/10/usr.sbin/watchdogd/watchdogd.8	Sat Oct 25 01:59:01 2014	(r273621)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 27, 2013
+.Dd October 18, 2014
 .Dt WATCHDOGD 8
 .Os
 .Sh NAME
@@ -84,7 +84,7 @@ of the check and defaults to one second.
 The
 .Fl t Ar timeout
 specifies the desired timeout period in seconds.
-The default timeout is 16 seconds.
+The default timeout is 128 seconds.
 .Pp
 One possible circumstance which will cause a watchdog timeout is an interrupt
 storm.


More information about the svn-src-stable mailing list