=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/cmdtab.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/ftp/cmdtab.c 2000/06/21 19:22:54 1.14 --- src/usr.bin/ftp/cmdtab.c 2001/10/04 22:49:55 1.15 *************** *** 1,4 **** ! /* $OpenBSD: cmdtab.c,v 1.14 2000/06/21 19:22:54 itojun Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cmdtab.c,v 1.15 2001/10/04 22:49:55 pjanzen Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.14 2000/06/21 19:22:54 itojun Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.15 2001/10/04 22:49:55 pjanzen Exp $"; #endif #endif /* not lint */ *************** *** 92,103 **** char nmaphelp[] = "set templates for default file name mapping"; char ntranshelp[] = "set translation table for default file name mapping"; char pagehelp[] = "view a remote file through your pager"; ! char passivehelp[] = "enter passive transfer mode"; char porthelp[] = "toggle use of PORT/LPRT cmd for each data connection"; char preservehelp[] ="toggle preservation of modification time of " "retrieved files"; char progresshelp[] ="toggle transfer progress meter"; ! char prompthelp[] = "force interactive prompting on multiple commands"; char proxyhelp[] = "issue command on alternate connection"; char pwdhelp[] = "print working directory on remote machine"; char quithelp[] = "terminate ftp session and exit"; --- 92,103 ---- char nmaphelp[] = "set templates for default file name mapping"; char ntranshelp[] = "set translation table for default file name mapping"; char pagehelp[] = "view a remote file through your pager"; ! char passivehelp[] = "toggle passive transfer mode"; char porthelp[] = "toggle use of PORT/LPRT cmd for each data connection"; char preservehelp[] ="toggle preservation of modification time of " "retrieved files"; char progresshelp[] ="toggle transfer progress meter"; ! char prompthelp[] = "toggle interactive prompting on multiple commands"; char proxyhelp[] = "issue command on alternate connection"; char pwdhelp[] = "print working directory on remote machine"; char quithelp[] = "terminate ftp session and exit";