=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.y,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/bc/bc.y 2006/03/18 21:05:50 1.29 +++ src/usr.bin/bc/bc.y 2006/03/31 09:57:26 1.30 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.29 2006/03/18 21:05:50 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -31,7 +31,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bc.y,v 1.29 2006/03/18 21:05:50 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $"; #endif /* not lint */ #include @@ -996,7 +996,7 @@ static __dead void usage(void) { - fprintf(stderr, "%s: usage: [-cl] [-e expression] [file ...]\n", + fprintf(stderr, "usage: %s [-cl] [-e expression] [file ...]\n", __progname); exit(1); }