=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.50 retrieving revision 1.51 diff -c -r1.50 -r1.51 *** src/usr.bin/ftp/ftp.1 2005/07/06 08:15:00 1.50 --- src/usr.bin/ftp/ftp.1 2005/07/06 08:22:07 1.51 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.50 2005/07/06 08:15:00 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.51 2005/07/06 08:22:07 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 *************** *** 181,187 **** When .Nm is awaiting commands, the prompt ! .Dq ftp> is provided to the user. The following commands are recognized by --- 181,187 ---- When .Nm is awaiting commands, the prompt ! .Dq ftp\*(Gt is provided to the user. The following commands are recognized by *************** *** 291,297 **** .Nm prints each command sent to the remote machine, preceded by the string ! .Ql --> . .It Ic delete Ar remote-file Delete the file .Ar remote-file --- 291,297 ---- .Nm prints each command sent to the remote machine, preceded by the string ! .Ql --\*(Gt . .It Ic delete Ar remote-file Delete the file .Ar remote-file *************** *** 462,467 **** --- 462,471 ---- command), and remain defined until a .Ic close command is executed. + To invoke a macro, + use the following syntax: + .Pf $ Ar macro-name . + .Pp The macro processor interprets .Ql $ and *************** *** 1185,1191 **** If the remote server does not support the .Dv ABOR command, an ! .Ql ftp> prompt will not appear until the remote server has completed sending the requested file. .Pp --- 1189,1195 ---- If the remote server does not support the .Dv ABOR command, an ! .Ql ftp\*(Gt prompt will not appear until the remote server has completed sending the requested file. .Pp