From owner-svn-src-stable-10@FreeBSD.ORG Sat Oct 25 01:59:03 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1E10C29; Sat, 25 Oct 2014 01:59:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD4BDC84; Sat, 25 Oct 2014 01:59:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9P1x2ug085445; Sat, 25 Oct 2014 01:59:02 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9P1x28A085442; Sat, 25 Oct 2014 01:59:02 GMT (envelope-from rpaulo@FreeBSD.org) Message-Id: <201410250159.s9P1x28A085442@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rpaulo set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo Date: Sat, 25 Oct 2014 01:59:02 +0000 (UTC) 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 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 01:59:03 -0000 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.