=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.91 retrieving revision 1.92 diff -c -r1.91 -r1.92 *** src/usr.bin/ftp/ftp.1 2014/01/23 08:09:08 1.91 --- src/usr.bin/ftp/ftp.1 2014/06/25 06:57:42 1.92 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.91 2014/01/23 08:09:08 jmc 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.92 2014/06/25 06:57:42 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 *************** *** 30,36 **** .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: January 23 2014 $ .Dt FTP 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: June 25 2014 $ .Dt FTP 1 .Os .Sh NAME *************** *** 232,238 **** .It Cm capath Ns = Ns Ar /path/to/certs/ Directory containing PEM encoded CA certificates used for certificate validation. ! Such a directory can be prepared using the c_rehash OpenSSL utility. .It Cm ciphers Ns = Ns Ar cipher_list Specify the list of ciphers that will be used by .Nm . --- 232,239 ---- .It Cm capath Ns = Ns Ar /path/to/certs/ Directory containing PEM encoded CA certificates used for certificate validation. ! Such a directory can be prepared using the c_rehash script distributed with ! OpenSSL. .It Cm ciphers Ns = Ns Ar cipher_list Specify the list of ciphers that will be used by .Nm .