=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/commands.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/telnet/commands.c 1995/10/18 08:46:14 1.1 --- src/usr.bin/telnet/commands.c 1996/01/05 16:41:21 1.2 *************** *** 33,39 **** #ifndef lint /* from: static char sccsid[] = "@(#)commands.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$Id: commands.c,v 1.1 1995/10/18 08:46:14 deraadt Exp $"; #endif /* not lint */ #if defined(unix) --- 33,39 ---- #ifndef lint /* from: static char sccsid[] = "@(#)commands.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$Id: commands.c,v 1.2 1996/01/05 16:41:21 deraadt Exp $"; #endif /* not lint */ #if defined(unix) *************** *** 2099,2105 **** cmd = *argv; --argc; ++argv; while (argc) { ! if (isprefix(*argv, "help") || isprefix(*argv, "?")) goto usage; if (strcmp(*argv, "-l") == 0) { --argc; ++argv; --- 2099,2105 ---- cmd = *argv; --argc; ++argv; while (argc) { ! if (isprefix(*argv, "?")) goto usage; if (strcmp(*argv, "-l") == 0) { --argc; ++argv;