summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-09-05 06:29:18 +0000
committerjmc <jmc@openbsd.org>2003-09-05 06:29:18 +0000
commit9ab7298cc28aea7fb0e834a02af800288429a67a (patch)
treeb4ea81a56cee8a36c051f09614630fa522db2d05 /libexec/ftp-proxy
parentwe kind of need this new file from canacar (diff)
downloadwireguard-openbsd-9ab7298cc28aea7fb0e834a02af800288429a67a.tar.xz
wireguard-openbsd-9ab7298cc28aea7fb0e834a02af800288429a67a.zip
typo from naddy@;
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 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.