summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-12-09 09:52:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-12-09 09:52:13 +0000
commita79ce1471827a6ad75b2e3a58225e4184c6b8f59 (patch)
tree38a2311bbe01ce09774744df44e7d03e59fea07d
parent8deb02a44d43fe0da850bf8da92b6bd848e45240 (diff)
- kill trailing whitespace
- kill useless .Pp
-rw-r--r--usr.sbin/relayd/relayd.conf.511
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.