From 4da38d1dd20f18a737b6c894b008c6390b92945b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 4 Aug 1998 18:00:33 +0000 Subject: Fix definition of high port and tell where they come from; noted by karls@inet.no --- libexec/ftpd/ftpd.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'libexec/ftpd/ftpd.8') diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index aa8e7e7dcf1..f9fbcbb5d3a 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.14 1997/12/15 16:52:10 kstailey Exp $ +.\" $OpenBSD: ftpd.8,v 1.15 1998/08/04 18:00:32 millert Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -78,8 +78,14 @@ from .Xr inetd 8 and is thus useful on busy servers to reduce load. .It Fl h -The server will use data ports in the high port range (normally 40000..44999) -for passive connections. +The server will use data ports in the high port range for passive connections. +This range is defined by the +.Ev IPPORT_HIFIRSTAUTO +and +.Ev IPPORT_HILASTAUTO +defines in . In +.Ox +they are set to 49152 and 65535 respectively. .It Fl l Each successful and failed .Xr ftp 1 -- cgit v1.2.3