diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-05 06:29:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-05 06:29:19 +0000 |
commit | 5ff7aa764fbb50480eb559bca7b67493afd8809d (patch) | |
tree | 3e950b4e5d76ea443638af6c05422e609a055dd7 /libexec/ftp-proxy | |
parent | f3c8372b66a3c78c5da081c79902381be7ffd9e0 (diff) |
typo from naddy@;
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 79b62125a5d..6846fff5cf8 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.35 2003/05/10 20:48:31 jmc Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.36 2003/09/05 06:29:18 jmc Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -182,7 +182,7 @@ in accepts the redirected control connections and forwards them to the server. The proxy replaces the address and port number that the client -sends through the control connection to the server with his own +sends through the control connection to the server with its own address and proxy port, where it listens for the data connection. When the server opens the data connection back to this port, the proxy forwards it to the client. |