=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/deroff/deroff.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/deroff/deroff.c 2004/06/02 14:58:46 1.6 --- src/usr.bin/deroff/deroff.c 2005/07/05 18:27:41 1.7 *************** *** 1,4 **** ! /* $OpenBSD: deroff.c,v 1.6 2004/06/02 14:58:46 tom Exp $ */ /*- * Copyright (c) 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: deroff.c,v 1.7 2005/07/05 18:27:41 jmc Exp $ */ /*- * Copyright (c) 1988, 1993 *************** *** 72,78 **** #if 0 static const char sccsid[] = "@(#)deroff.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: deroff.c,v 1.6 2004/06/02 14:58:46 tom Exp $"; #endif #endif /* not lint */ --- 72,78 ---- #if 0 static const char sccsid[] = "@(#)deroff.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: deroff.c,v 1.7 2005/07/05 18:27:41 jmc Exp $"; #endif #endif /* not lint */ *************** *** 1562,1568 **** { extern char *__progname; ! fprintf(stderr, "usage: %s [-ikpw ] [ -m ( a | e | m | s | l ) ] [ filename ] ... \n", __progname); exit(1); } --- 1562,1568 ---- { extern char *__progname; ! fprintf(stderr, "usage: %s [-ikpw] [-m a | e | l | m | s] [file ...]\n", __progname); exit(1); }