diff options
author | billf <billf@FreeBSD.org> | 1998-12-02 22:11:02 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-02 22:11:02 +0000 |
commit | a6fb6a2c8e6df0ac55825a9a03eae62c940226ec (patch) | |
tree | 1d70e6f5e63890d369c969759428a567aeef1f92 /libexec | |
parent | 01c007d91588332515795b587fb11af7a3524e19 (diff) | |
download | FreeBSD-src-a6fb6a2c8e6df0ac55825a9a03eae62c940226ec.zip FreeBSD-src-a6fb6a2c8e6df0ac55825a9a03eae62c940226ec.tar.gz |
Update to correctly reflect the default values of
net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast
PR: docs/6745
Submitted by: Masachika Ishizuka <ishizuka@ish.org>
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 2f52338..5cb6620 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $Id: ftpd.8,v 1.22 1998/07/09 11:38:21 jkoshy Exp $ +.\" $Id: ftpd.8,v 1.23 1998/09/29 22:02:06 alex Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 @@ -109,7 +109,7 @@ In previous versions of .Nm Ns , when a passive mode client requested a data connection to the server, the server would use data ports in the range 1024..4999. Now, by default, -the server will use data ports in the range 40000..44999. Specifying this +the server will use data ports in the range 49152..65535. Specifying this option will revert to the old behavior. .It Fl T A client may also request a different timeout period; |