diff options
author | 2007-09-28 07:20:46 +0000 | |
---|---|---|
committer | 2007-09-28 07:20:46 +0000 | |
commit | 55c832c2c545d5c138df4ad2ae8ccc361b631fe6 (patch) | |
tree | 5ae469869ebea87bc8440e4ff6aceee53f726217 | |
parent | implement SNDCTL_DSP_[G|S]ETTRIGGER (diff) | |
download | wireguard-openbsd-55c832c2c545d5c138df4ad2ae8ccc361b631fe6.tar.xz wireguard-openbsd-55c832c2c545d5c138df4ad2ae8ccc361b631fe6.zip |
"require to +inf." is not a good verb pattern, so reword;
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index 3dee46a83a6..62cf123a0db 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.50 2007/09/28 01:11:58 pascoe Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.51 2007/09/28 07:20:46 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -472,7 +472,7 @@ Generic handler for TCP-based protocols. .Xr hoststated 8 also supports relaying of UDP protocols. There is no generic handler for UDP-based protocols because it is a -stateless datagram-based protocol which requires to look into the +stateless datagram-based protocol which has to look into the application layer protocol to find any possible state information. The supported UDP protocols are: .Pp diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index df977f87524..7cc7c281a5c 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.50 2007/09/28 01:11:58 pascoe Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.51 2007/09/28 07:20:46 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -472,7 +472,7 @@ Generic handler for TCP-based protocols. .Xr hoststated 8 also supports relaying of UDP protocols. There is no generic handler for UDP-based protocols because it is a -stateless datagram-based protocol which requires to look into the +stateless datagram-based protocol which has to look into the application layer protocol to find any possible state information. The supported UDP protocols are: .Pp |