=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mk_cmds/Attic/mk_cmds.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/mk_cmds/Attic/mk_cmds.c 1996/11/15 09:26:06 1.1 --- src/usr.bin/mk_cmds/Attic/mk_cmds.c 1996/12/11 13:44:20 1.2 *************** *** 1,4 **** ! /* $OpenBSD: mk_cmds.c,v 1.1 1996/11/15 09:26:06 downsj Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board --- 1,4 ---- ! /* $OpenBSD: mk_cmds.c,v 1.2 1996/12/11 13:44:20 deraadt Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board *************** *** 49,55 **** if (argc != 2) { fputs("Usage: ", stderr); fputs(argv[0], stderr); ! fputs("cmdtbl.ct\n", stderr); exit(1); } --- 49,55 ---- if (argc != 2) { fputs("Usage: ", stderr); fputs(argv[0], stderr); ! fputs(" cmdtbl.ct\n", stderr); exit(1); }