summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Buehler <pb@cvs.openbsd.org>2002-08-04 14:27:49 +0000
committerPhilipp Buehler <pb@cvs.openbsd.org>2002-08-04 14:27:49 +0000
commit8c8cd93889aafee0ed75ae53d5129de17556c26e (patch)
treeaff9890d136378b2431cd08ff658cc92025bf27f
parentbed099a91a8e360fd84b6e8f3edf8185867e8b15 (diff)
.SH -> .Sh NAT EXAMPELS
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index d9ec9d5f6b1..9a1a1490de9 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.75 2002/07/30 17:28:54 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.76 2002/08/04 14:27:48 pb Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -877,7 +877,7 @@ pass in on $ext_if proto tcp from any to 157.161.48.183 port >= 49152 \\
flags S/SA keep state
.Ed
-.SH NAT EXAMPLES
+.Sh NAT EXAMPLES
This example maps incoming requests on port 80 to port 8080, on
which Apache Tomcat is running (say Tomcat is not run as root,
therefore lacks permission to bind to port 80).