diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-01-29 18:38:16 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-01-29 18:38:16 +0000 |
commit | df72cab6e431a5f94c7c75da9cee92fae1be6c34 (patch) | |
tree | d66da54b28714d24e57dbabc2de7ac59dbbd9f99 /usr.sbin | |
parent | 83a2011d1f406ba6f54bd982c5f5fca57274a138 (diff) |
manpage tweaks.
advised by and ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 12 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index 06f04a925c0..0e5a1638c34 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.15 2007/01/29 14:23:31 pyr Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.16 2007/01/29 18:38:15 pyr Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -113,7 +113,7 @@ If .Ic use ssl is specified, HTTPS will be used to contact the host. .It Ic check https Ar path Ic code Ar number -This has the same effect than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic check http Ar path Ic digest Ar string For each host in the table, verify that retrieving the URL @@ -135,7 +135,7 @@ If .Ic use ssl is specified, HTTPS will be used to contact the host. .It Ic check https Ar path Ic digest Ar string -This has the same effect than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic check icmp Ping hosts in this table to determine whether they are up or not. @@ -159,14 +159,14 @@ This can be useful with protocols that output a banner like SMTP, NNTP and FTP. If .Ic use ssl -is specified, the data will be sent and/or received inside a SSL tunnel. +is specified, the data will be sent and/or received inside an SSL tunnel. .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 than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic disable Start the table disabled \(en no hosts will be checked in this table. @@ -188,7 +188,7 @@ Set the timeout in milliseconds for each host that is checked using TCP as the transport. This will override the global timeout, which is 200 milliseconds by default. .It Ic use ssl -When the table uses a TCP check, wrap it into SSL. +If the table uses a TCP check, wrap it in SSL. .El .Sh SERVICES Services represent a diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index ce0d6b760e8..0ff5c0c7aef 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.15 2007/01/29 14:23:31 pyr Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.16 2007/01/29 18:38:15 pyr Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -113,7 +113,7 @@ If .Ic use ssl is specified, HTTPS will be used to contact the host. .It Ic check https Ar path Ic code Ar number -This has the same effect than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic check http Ar path Ic digest Ar string For each host in the table, verify that retrieving the URL @@ -135,7 +135,7 @@ If .Ic use ssl is specified, HTTPS will be used to contact the host. .It Ic check https Ar path Ic digest Ar string -This has the same effect than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic check icmp Ping hosts in this table to determine whether they are up or not. @@ -159,14 +159,14 @@ This can be useful with protocols that output a banner like SMTP, NNTP and FTP. If .Ic use ssl -is specified, the data will be sent and/or received inside a SSL tunnel. +is specified, the data will be sent and/or received inside an SSL tunnel. .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 than above but also implies +This has the same effect as above but also implies .Ic use ssl . .It Ic disable Start the table disabled \(en no hosts will be checked in this table. @@ -188,7 +188,7 @@ Set the timeout in milliseconds for each host that is checked using TCP as the transport. This will override the global timeout, which is 200 milliseconds by default. .It Ic use ssl -When the table uses a TCP check, wrap it into SSL. +If the table uses a TCP check, wrap it in SSL. .El .Sh SERVICES Services represent a |