=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/usr.bin/ftp/ftp.1 2015/09/25 20:32:39 1.100 --- src/usr.bin/ftp/ftp.1 2015/11/05 16:25:57 1.101 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.100 2015/09/25 20:32:39 schwarze 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.101 2015/11/05 16:25:57 schwarze 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: September 25 2015 $ .Dt FTP 1 .Os .Sh NAME --- 30,36 ---- .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" ! .Dd $Mdocdate: November 5 2015 $ .Dt FTP 1 .Os .Sh NAME *************** *** 1461,1473 **** commands are processed according to the following rules. .Bl -enum .It ! If the file name .Sq - ! is specified, the standard input (for reading) or standard output (for writing) is used. .It ! If the first character of the file name is .Sq \&| , the remainder of the argument is interpreted as a shell command. --- 1461,1473 ---- commands are processed according to the following rules. .Bl -enum .It ! If .Sq - ! is specified as a local file name, the standard input (for reading) or standard output (for writing) is used. .It ! If the first character of a local file name is .Sq \&| , the remainder of the argument is interpreted as a shell command. *************** *** 1481,1487 **** .Qq ls -lt . A particularly useful example of this mechanism is: ! .Qq dir |more . .It Failing the above checks, if .Dq globbing --- 1481,1487 ---- .Qq ls -lt . A particularly useful example of this mechanism is: ! .Qq ls \&. |more . .It Failing the above checks, if .Dq globbing