MFC r273247:

Fix the watchdog/watchdog man pages.

 The default timeout is 128 seconds.
This commit is contained in:
rpaulo 2014-10-25 01:59:01 +00:00
parent 372e35ccad
commit 6474b9b606
2 changed files with 4 additions and 4 deletions

View File

@ -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 ,

View File

@ -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.