summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.86
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8
index f1e989d55fa..5d2515fa5ce 100644
--- a/libexec/ftp-proxy/ftp-proxy.8
+++ b/libexec/ftp-proxy/ftp-proxy.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp-proxy.8,v 1.9 2001/12/05 23:37:39 dhartmei Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.10 2001/12/05 23:47:12 dhartmei Exp $
.\"
.\" Copyright (c) 1996-2001
.\" Obtuse Systems Corporation, All rights reserved.
@@ -178,11 +178,11 @@ The
.Xr pf.conf 5
rules need to let pass connections to these proxy ports
(see options -u, -m and -M above) in on the external interface.
-The following example allows only port 49152 to 65535 to pass in
+The following example allows only ports 49152 to 65535 to pass in
statefully (assuming xl1 is the external interface):
.Bd -literal
block in on xl1 proto tcp all
-pass in on xl1 proto tcp from any to xl0 port > 49151 keep state
+pass in on xl1 proto tcp from any to xl1 port > 49151 keep state
.Ed
.Sh SEE ALSO
.Xr ftp 1 ,