Date: Sat, 25 Oct 2014 01:59:02 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r273621 - stable/10/usr.sbin/watchdogd Message-ID: <201410250159.s9P1x28A085442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410250159.s9P1x28A085442>