summaryrefslogtreecommitdiff
path: root/libexec/ftp-proxy
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-02-24 20:39:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-02-24 20:39:31 +0000
commit456457244dc95666dc84d78c9fada77b11dc4295 (patch)
tree6dccf044454cd4a4430fcc2b6c36489aa08a4ab1 /libexec/ftp-proxy
parentf272815e00c7bd4a7ce6d6bf165f82aaa072683e (diff)
Make example "rdr pass" not just "rdr"; OK beck@
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.84
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8
index 4484cbdffcb..bea7010b5c6 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.38 2004/01/22 16:10:30 beck Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.39 2004/02/24 20:39:30 millert Exp $
.\"
.\" Copyright (c) 1996-2001
.\" Obtuse Systems Corporation, All rights reserved.
@@ -195,7 +195,7 @@ A typical way to do this would be to use a
rule such as
.Bd -literal -offset 2n
int_if = xl0
-rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021
+rdr pass on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021
.Ed
.Pp
.Xr inetd 8