=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/rsh/Attic/rsh.c 2002/05/06 22:50:03 1.26 --- src/usr.bin/rsh/Attic/rsh.c 2002/06/09 05:50:33 1.27 *************** *** 1,4 **** ! /* $OpenBSD: rsh.c,v 1.26 2002/05/06 22:50:03 millert Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: rsh.c,v 1.27 2002/06/09 05:50:33 hin Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ ! static char rcsid[] = "$OpenBSD: rsh.c,v 1.26 2002/05/06 22:50:03 millert Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ ! static char rcsid[] = "$OpenBSD: rsh.c,v 1.27 2002/06/09 05:50:33 hin Exp $"; #endif /* not lint */ #include *************** *** 488,494 **** usage(void) { (void)fprintf(stderr, ! "usage: rsh [-nd%s]%s[-l login] host [command]\n", #ifdef KERBEROS "x", " [-k realm] "); #else --- 488,494 ---- usage(void) { (void)fprintf(stderr, ! "usage: rsh [-Kdn%s]%s[-l username] hostname [command]\n", #ifdef KERBEROS "x", " [-k realm] "); #else