=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vis/vis.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/vis/vis.c 2004/09/14 23:01:06 1.9 --- src/usr.bin/vis/vis.c 2005/04/10 13:53:39 1.10 *************** *** 1,4 **** ! /* $OpenBSD: vis.c,v 1.9 2004/09/14 23:01:06 deraadt Exp $ */ /* $NetBSD: vis.c,v 1.4 1994/12/20 16:13:03 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: vis.c,v 1.10 2005/04/10 13:53:39 jmc Exp $ */ /* $NetBSD: vis.c,v 1.4 1994/12/20 16:13:03 jtc Exp $ */ /*- *************** *** 40,46 **** #if 0 static const char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; #endif ! static const char rcsid[] = "$OpenBSD: vis.c,v 1.9 2004/09/14 23:01:06 deraadt Exp $"; #endif /* not lint */ #include --- 40,46 ---- #if 0 static const char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; #endif ! static const char rcsid[] = "$OpenBSD: vis.c,v 1.10 2005/04/10 13:53:39 jmc Exp $"; #endif /* not lint */ #include *************** *** 182,188 **** { extern char *__progname; ! fprintf(stderr, "usage: %s [-cbflnostw] [-F [foldwidth]] [file ...]\n", __progname); exit(1); } --- 182,188 ---- { extern char *__progname; ! fprintf(stderr, "usage: %s [-cbflnostw] [-F foldwidth] [file ...]\n", __progname); exit(1); }