summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-01-10 13:42:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-01-10 13:42:20 +0000
commiteef25f4ae016c94d113ce59b64ced82f86f76102 (patch)
treec1894db39be89add48340d6a620698d5d9325bef /usr.sbin
parent4c782594515f48f74da688f6ac13d88c85af86aa (diff)
tweaks;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/hoststated/hoststated.conf.58
-rw-r--r--usr.sbin/relayd/relayd.conf.58
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5
index 21d0c796322..41e4ddf7107 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.13 2007/01/09 13:50:11 pyr Exp $
+.\" $OpenBSD: hoststated.conf.5,v 1.14 2007/01/10 13:42:19 jmc Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -53,7 +53,7 @@ A
.Ar port
can be either specified by number or by name.
The port name to number mappings are found in the file
-.Pa /etc/services,
+.Pa /etc/services ;
see
.Xr services 5
for details.
@@ -131,10 +131,10 @@ This method will automatically use ICMP or ICMPV6 depending on the
address family of each host.
.It Ic check send Ar data Ic expect Ar pattern
For each host in the table, a TCP connection is established on the
-port specified, then
+port specified, then
.Ar data
is sent.
-Incoming data is then read and is expected to match against
+Incoming data is then read and is expected to match against
.Ar pattern
using shell globbing rules.
If
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 6ff747e51a0..ae3f6ec209f 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.13 2007/01/09 13:50:11 pyr Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.14 2007/01/10 13:42:19 jmc Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -53,7 +53,7 @@ A
.Ar port
can be either specified by number or by name.
The port name to number mappings are found in the file
-.Pa /etc/services,
+.Pa /etc/services ;
see
.Xr services 5
for details.
@@ -131,10 +131,10 @@ This method will automatically use ICMP or ICMPV6 depending on the
address family of each host.
.It Ic check send Ar data Ic expect Ar pattern
For each host in the table, a TCP connection is established on the
-port specified, then
+port specified, then
.Ar data
is sent.
-Incoming data is then read and is expected to match against
+Incoming data is then read and is expected to match against
.Ar pattern
using shell globbing rules.
If