summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-10-25 01:59:01 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-10-25 01:59:01 +0000
commit6474b9b606128f7ce3e63dfcafe229f67ba07004 (patch)
treed3ed1bd9aa8d775ff0708271bbfa5d441173aec0
parent372e35ccade1a11ca2a59d9fca7ac9c09d8ea814 (diff)
downloadFreeBSD-src-6474b9b606128f7ce3e63dfcafe229f67ba07004.zip
FreeBSD-src-6474b9b606128f7ce3e63dfcafe229f67ba07004.tar.gz
MFC r273247:
Fix the watchdog/watchdog man pages. The default timeout is 128 seconds.
-rw-r--r--usr.sbin/watchdogd/watchdog.84
-rw-r--r--usr.sbin/watchdogd/watchdogd.84
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/watchdogd/watchdog.8 b/usr.sbin/watchdogd/watchdog.8
index 9ca9fe0..6ff7cbc 100644
--- a/usr.sbin/watchdogd/watchdog.8
+++ b/usr.sbin/watchdogd/watchdog.8
@@ -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 ,
diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8
index 6176a20..df87a96 100644
--- a/usr.sbin/watchdogd/watchdogd.8
+++ b/usr.sbin/watchdogd/watchdogd.8
@@ -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.
OpenPOWER on IntegriCloud