diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-22 09:34:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-22 09:34:07 +0000 |
commit | 2648bc168279241e29f84ad68c07a047b89ded8a (patch) | |
tree | 603d4b1b2c34532c02ff84d8c956170d0c86dc82 /usr.sbin | |
parent | 02e1ef98c3d032349efc5a2150fb7d1610fdb9f7 (diff) |
put `check ssl' in the right place;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index 63a073c95e3..3a8a614f56c 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.21 2007/02/22 09:20:01 jmc Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.22 2007/02/22 09:34:06 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -205,14 +205,16 @@ SMTP, NNTP and FTP. If .Ic use ssl is specified, the data will be sent and/or received inside an SSL tunnel. +.It Ic check ssl +This has the same effect as +.Ic check tcp +but also implies +.Ic use ssl . .It Ic check tcp Use a simple TCP connect to check that hosts are up. If .Ic use ssl is specified, a complete SSL handshake will also be performed. -.It Ic check ssl -This has the same effect as above but also implies -.Ic use ssl . .It Ic demote Ar group Enable the per-table .Xr carp 4 diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 3ea754cddbb..e16708fd0e9 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.21 2007/02/22 09:20:01 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.22 2007/02/22 09:34:06 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -205,14 +205,16 @@ SMTP, NNTP and FTP. If .Ic use ssl is specified, the data will be sent and/or received inside an SSL tunnel. +.It Ic check ssl +This has the same effect as +.Ic check tcp +but also implies +.Ic use ssl . .It Ic check tcp Use a simple TCP connect to check that hosts are up. If .Ic use ssl is specified, a complete SSL handshake will also be performed. -.It Ic check ssl -This has the same effect as above but also implies -.Ic use ssl . .It Ic demote Ar group Enable the per-table .Xr carp 4 |