diff options
author | phk <phk@FreeBSD.org> | 2004-06-14 07:27:27 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-06-14 07:27:27 +0000 |
commit | 64fb1c58d55ee9780363e6294a7926d56e4f7f3b (patch) | |
tree | c823f1f1fca608602c360fd2257fd4ba3213059f /usr.sbin/watchdogd | |
parent | 4944732b87f9ca25eec323d3044a9e553e4e0733 (diff) | |
download | FreeBSD-src-64fb1c58d55ee9780363e6294a7926d56e4f7f3b.zip FreeBSD-src-64fb1c58d55ee9780363e6294a7926d56e4f7f3b.tar.gz |
Document -d flag
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r-- | usr.sbin/watchdogd/watchdog.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/watchdogd/watchdog.8 b/usr.sbin/watchdogd/watchdog.8 index 47835d1..f305b1f 100644 --- a/usr.sbin/watchdogd/watchdog.8 +++ b/usr.sbin/watchdogd/watchdog.8 @@ -41,6 +41,10 @@ The utility can be used to control the kernel's watchdog facility. .Pp The +.Fl d +enables debugging. +.Pp +The .Fl t Ar timeout specifies the desired timeout period in seconds, a value of zero will disable the watchdog. |