diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/watchdogd/watchdog.8 | 1 | ||||
-rw-r--r-- | usr.sbin/watchdogd/watchdogd.8 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/watchdogd/watchdog.8 b/usr.sbin/watchdogd/watchdog.8 index 97b0040..0905781 100644 --- a/usr.sbin/watchdogd/watchdog.8 +++ b/usr.sbin/watchdogd/watchdog.8 @@ -50,6 +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. .Sh SEE ALSO .Xr watchdog 4 , .Xr watchdogd 8 , diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8 index 07b649d..a049c1b 100644 --- a/usr.sbin/watchdogd/watchdogd.8 +++ b/usr.sbin/watchdogd/watchdogd.8 @@ -69,6 +69,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. .Pp One possible circumstance which will cause a watchdog timeout is an interrupt storm. |