=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rup/rup.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/rup/rup.c 2005/11/17 19:55:05 1.22 --- src/usr.bin/rup/rup.c 2008/07/09 19:41:56 1.23 *************** *** 1,4 **** ! /* $OpenBSD: rup.c,v 1.22 2005/11/17 19:55:05 moritz Exp $ */ /*- * Copyright (c) 1993, John Brezak --- 1,4 ---- ! /* $OpenBSD: rup.c,v 1.23 2008/07/09 19:41:56 sobrado Exp $ */ /*- * Copyright (c) 1993, John Brezak *************** *** 29,35 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: rup.c,v 1.22 2005/11/17 19:55:05 moritz Exp $"; #endif /* not lint */ #include --- 29,35 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: rup.c,v 1.23 2008/07/09 19:41:56 sobrado Exp $"; #endif /* not lint */ #include *************** *** 340,345 **** void usage(void) { ! fprintf(stderr, "Usage: rup [-dhlt] [hosts ...]\n"); exit(1); } --- 340,345 ---- void usage(void) { ! fprintf(stderr, "usage: rup [-dhlt] [host ...]\n"); exit(1); }