Date: Sat, 18 Oct 2014 07:38:46 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273247 - head/usr.sbin/watchdogd Message-ID: <201410180738.s9I7ck1h076373@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Sat Oct 18 07:38:46 2014 New Revision: 273247 URL: https://svnweb.freebsd.org/changeset/base/273247 Log: Fix the watchdog/watchdog man pages. The default timeout is 128 seconds. MFC after: 1 week Modified: head/usr.sbin/watchdogd/watchdog.8 head/usr.sbin/watchdogd/watchdogd.8 Modified: head/usr.sbin/watchdogd/watchdog.8 ============================================================================== --- head/usr.sbin/watchdogd/watchdog.8 Sat Oct 18 07:07:34 2014 (r273246) +++ head/usr.sbin/watchdogd/watchdog.8 Sat Oct 18 07:38:46 2014 (r273247) @@ -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: head/usr.sbin/watchdogd/watchdogd.8 ============================================================================== --- head/usr.sbin/watchdogd/watchdogd.8 Sat Oct 18 07:07:34 2014 (r273246) +++ head/usr.sbin/watchdogd/watchdogd.8 Sat Oct 18 07:38:46 2014 (r273247) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180738.s9I7ck1h076373>