summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2001-12-06 00:26:33 +0000
committerBob Beck <beck@cvs.openbsd.org>2001-12-06 00:26:33 +0000
commit6bebaea7e20d729c62b0c0925911c05e5776408a (patch)
tree9332116f8f6e95c81743ba25e80a4535bf809bc4 /libexec
parent493f3ff310a2e801ddb6d9f528c9d826c36e052e (diff)
don't use "you" in a man page.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.89
1 files changed, 4 insertions, 5 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8
index 50c849a6d6c..da7e41b16d7 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.11 2001/12/06 00:22:45 beck Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.12 2001/12/06 00:26:32 beck Exp $
.\"
.\" Copyright (c) 1996-2001
.\" Obtuse Systems Corporation, All rights reserved.
@@ -154,12 +154,11 @@ A typical way to do this would be to use a rule such as
.Pp
rdr on xl0 from any to any port 21 -> 127.0.0.1 port 8081
.Pp
-In
+in
.Xr nat.conf 5
-(this assumes you are on a gateway where xl0 would be your inside interface).
-You would then need to configure
+(this example assumes xl0 is the interface facing an internal network).
.Xr inetd 8
-to run ftp-proxy on the port from above
+must then be configured to run ftp-proxy on the port from above
using
.Pp
8081 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy