=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/ftp/ftp.1 1997/04/16 05:02:50 1.11 --- src/usr.bin/ftp/ftp.1 1997/04/23 20:33:09 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.11 1997/04/16 05:02:50 millert Exp $ .\" $NetBSD: ftp.1,v 1.20 1997/04/14 09:09:20 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: ftp.1,v 1.12 1997/04/23 20:33:09 deraadt Exp $ .\" $NetBSD: ftp.1,v 1.20 1997/04/14 09:09:20 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 *************** *** 1059,1065 **** .Ic "mget file" is performed. .Pp ! If the directory component of .Ic file contains no globbing characters, it is stored in the current directory as the --- 1059,1068 ---- .Ic "mget file" is performed. .Pp ! If standard output is redirected to a non-tty device, ftp will write ! the data file out to standard output. This can be used to pipe data ! directly to another process. ! Otherwise if the directory component of .Ic file contains no globbing characters, it is stored in the current directory as the