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 | |
parent | cf7f2baa5c93cc79c46ffc583e6d4aff6ab97c60 (diff) |
the global timeout for checks is specified in milliseconds
-rw-r--r-- | usr.sbin/hostated/hostated.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/hostated/hostated.conf.5 b/usr.sbin/hostated/hostated.conf.5 index 136671bc76e..795595c6944 100644 --- a/usr.sbin/hostated/hostated.conf.5 +++ b/usr.sbin/hostated/hostated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostated.conf.5,v 1.6 2006/12/25 18:12:14 reyk Exp $ +.\" $OpenBSD: hostated.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 diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index dc3cf6a8bf7..85c49eb7a42 100644 --- a/usr.sbin/hoststated/hoststated.conf.5 +++ b/usr.sbin/hoststated/hoststated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hoststated.conf.5,v 1.6 2006/12/25 18:12:14 reyk Exp $ +.\" $OpenBSD: hoststated.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 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 |