diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-25 19:07:35 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-25 19:07:35 +0000 |
commit | 4640063272141e56206ec12c0c86405c7c25951f (patch) | |
tree | 11301ac3e22de3710cd5b08cc29bc620f49ee9b7 /usr.sbin/relayd | |
parent | cf7f2baa5c93cc79c46ffc583e6d4aff6ab97c60 (diff) |
the global timeout for checks is specified in milliseconds
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 79e7746358e..1b9d935b5cc 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.6 2006/12/25 18:12:14 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.7 2006/12/25 19:07:34 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -74,7 +74,7 @@ Here are the settings that can be set globally: .It Xo .Ic timeout Ar number .Xc -Set the global timeout for checks. +Set the global timeout in milliseconds for checks. This can be overriden by the timeout value in the table definitions and is 200 milliseconds by default. .Pp |