diff options
author | 2005-09-14 08:10:09 +0000 | |
---|---|---|
committer | 2005-09-14 08:10:09 +0000 | |
commit | 9e8bbb5ed47f8c5c09322c79239f75ca892e4895 (patch) | |
tree | 642ec46ecf842178c30d24b6319527c5b7ac9ee9 | |
parent | correctly set IFF_RUNNING flag after device state changes. (diff) | |
download | wireguard-openbsd-9e8bbb5ed47f8c5c09322c79239f75ca892e4895.tar.xz wireguard-openbsd-9e8bbb5ed47f8c5c09322c79239f75ca892e4895.zip |
point watchdog(4) readers to watchdogd(8);
discussed with michael knudsen;
-rw-r--r-- | share/man/man4/watchdog.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/watchdog.4 b/share/man/man4/watchdog.4 index 87403f286da..285c8c46af2 100644 --- a/share/man/man4/watchdog.4 +++ b/share/man/man4/watchdog.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: watchdog.4,v 1.3 2005/09/12 10:05:14 jmc Exp $ +.\" $OpenBSD: watchdog.4,v 1.4 2005/09/14 08:10:09 jmc Exp $ .\" .\" Copyright (c) 2004 Michael Knudsen <mk@molioner.dk> .\" @@ -25,7 +25,10 @@ hangs. The kernel continually resets the watchdog clock on a regular basis. Thus, if the kernel halts, the clock will time out and reset the machine. Some watchdog timers may be configured to be reset from userland, -causing a reboot if process scheduling fails. +causing a reboot if process scheduling fails; +see +.Xr watchdogd 8 +for further information. .Pp A few watchdog drivers are supported, and most support timeout configuration via |