=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/strip/Attic/strip.c 2010/05/24 20:07:07 1.27 --- src/usr.bin/strip/Attic/strip.c 2010/05/24 23:42:39 1.28 *************** *** 1,4 **** ! /* $OpenBSD: strip.c,v 1.27 2010/05/24 20:07:07 deraadt Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: strip.c,v 1.28 2010/05/24 23:42:39 jmc Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. *************** *** 427,433 **** { extern char *__progname; ! fprintf(stderr, "usage: %s [-dx] [-o ofile] file ...\n", __progname); exit(1); } --- 427,433 ---- { extern char *__progname; ! fprintf(stderr, "usage: %s [-dx] [-o outfile] file ...\n", __progname); exit(1); }