=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** src/usr.bin/ftp/ftp.1 2012/08/26 02:16:02 1.84 --- src/usr.bin/ftp/ftp.1 2012/10/15 21:20:05 1.85 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.84 2012/08/26 02:16:02 lteo 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.85 2012/10/15 21:20:05 bluhm 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: August 26 2012 $ .Dt FTP 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: October 15 2012 $ .Dt FTP 1 .Os .Sh NAME *************** *** 655,661 **** A synonym for .Ic page . .It Xo Ic mput ! .Op Fl c .Ar local-files .Xc Expand wild cards in the list of local files given as arguments --- 655,662 ---- A synonym for .Ic page . .It Xo Ic mput ! .Op Fl cr ! .Op Fl d Ar depth .Ar local-files .Xc Expand wild cards in the list of local files given as arguments *************** *** 674,682 **** If the .Fl c flag is specified then .Ic reput ! is used instead of .Ic put . .It Xo Ic msend .Op Fl c .Ar local-files --- 675,695 ---- If the .Fl c flag is specified then + The options are as follows: + .Bl -tag -width Ds + .It Fl c + Use .Ic reput ! instead of .Ic put . + .It Fl d Ar depth + Specify the maximum recursion level + .Ar depth . + The default is 0, which means unlimited. + .It Fl r + Recursively descend the directory tree, transferring all files and + directories. + .El .It Xo Ic msend .Op Fl c .Ar local-files