diff options
author | 2007-12-09 09:52:12 +0000 | |
---|---|---|
committer | 2007-12-09 09:52:12 +0000 | |
commit | f588258d85e6d8de56f3e1cfc12f3a5b3ff84211 (patch) | |
tree | fbb9b7e7bc03fbde6ae4e19df8eda69428ac04ca | |
parent | unify synchronous scsi xfer completion handling. this started out as a fix (diff) | |
download | wireguard-openbsd-f588258d85e6d8de56f3e1cfc12f3a5b3ff84211.tar.xz wireguard-openbsd-f588258d85e6d8de56f3e1cfc12f3a5b3ff84211.zip |
- kill trailing whitespace
- kill useless .Pp
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 8b61f7f3be1..e3d76081c92 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.74 2007/12/08 18:00:13 pyr Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.75 2007/12/09 09:52:12 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 8 2007 $ +.Dd $Mdocdate: December 9 2007 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -187,8 +187,8 @@ table \*(Ltbackup\*(Gt disable { 10.1.5.1 retry 2 } redirect "www" { listen on www.example.com port 80 - forward to \*(Ltservice\*(Gt check http "/" code 200 - forward to \*(Ltbackup\*(Gt check http "/" code 200 + forward to \*(Ltservice\*(Gt check http "/" code 200 + forward to \*(Ltbackup\*(Gt check http "/" code 200 } .Ed .Pp @@ -530,7 +530,7 @@ application layer protocols: Handle the Hypertext Transfer Protocol (HTTP or "HTTPS" if encapsulated in a SSL tunnel). .It Xo -.Op Ic tcp +.Op Ic tcp .Ic protocol .Xc Generic handler for TCP-based protocols. @@ -543,7 +543,6 @@ There is no generic handler for UDP-based protocols because it is a 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 .Bl -tag -width Ds .It Ic dns protocol Domain Name System (DNS) protocol. |