diff options
author | 2002-05-19 22:51:32 +0000 | |
---|---|---|
committer | 2002-05-19 22:51:32 +0000 | |
commit | ff40bb82c5c974640911af108907314bdd1c77d6 (patch) | |
tree | fedb6bcb97cada226c87172b1463a5dd5bc5c606 /libexec/ftp-proxy | |
parent | KNF again (diff) | |
download | wireguard-openbsd-ff40bb82c5c974640911af108907314bdd1c77d6.tar.xz wireguard-openbsd-ff40bb82c5c974640911af108907314bdd1c77d6.zip |
o End a sentence with a period, not a comma; Hans-Joerg Hoexer
o Start all sentences on a new line (me)
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 97c90734de8..fe64845b5a0 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.15 2002/03/27 08:56:07 mpech Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.16 2002/05/19 22:51:32 millert Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -84,12 +84,13 @@ to .Nm maxport as described below. .It Fl n -Activate network address translation mode. In this mode, the proxy -will not attempt to proxy passive mode (PASV or EPSV) data -connections, In order for this to work, the machine running the proxy -will need to be forwarding packets and doing network address -translation to allow the outbound passive connections from the client -to reach the server. See +Activate network address translation mode. +In this mode, the proxy will not attempt to proxy passive mode +(PASV or EPSV) data connections. +In order for this to work, the machine running the proxy will need to +be forwarding packets and doing network address translation to allow +the outbound passive connections from the client to reach the server. +See .Xr nat.conf 5 for more details on nat. The proxy only ignores passive mode data connections when using this flag, |