diff options
author | phk <phk@FreeBSD.org> | 2006-09-02 09:11:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-09-02 09:11:58 +0000 |
commit | 8200abddc789c92675a0141579b02a8f3eb03c74 (patch) | |
tree | 817a676fc7fd05d4a94aa5a093a6d73269edeb24 /usr.sbin/watchdogd | |
parent | ecf4fc184b0357d89bd6b9c384cb9c8fa6ff492f (diff) | |
download | FreeBSD-src-8200abddc789c92675a0141579b02a8f3eb03c74.zip FreeBSD-src-8200abddc789c92675a0141579b02a8f3eb03c74.tar.gz |
Document that the default timeout is 16 seconds
Diffstat (limited to 'usr.sbin/watchdogd')
-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. |