=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/usr.bin/ftp/ftp.1 2006/05/25 03:35:58 1.56 --- src/usr.bin/ftp/ftp.1 2006/11/02 08:24:48 1.57 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.56 2006/05/25 03:35:58 ray Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: ftp.1,v 1.57 2006/11/02 08:24:48 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 *************** *** 765,771 **** If passive mode is turned on (default is on), .Nm will send a ! .Dv PASV command for all data connections instead of the usual .Dv PORT command. --- 765,771 ---- If passive mode is turned on (default is on), .Nm will send a ! .Dv EPSV command for all data connections instead of the usual .Dv PORT command.