From b371bc0d7d1cd565c6b9b2f5fad5fe55af19e364 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 11 Dec 1996 13:44:20 +0000 Subject: [PATCH] fix usage line --- usr.bin/compile_et/compile_et.c | 8 ++++---- usr.bin/mk_cmds/mk_cmds.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 3540cbb92bc..e33d6f7d218 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $ */ +/* $OpenBSD: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $ */ /* * Copyright 1986, 1987, 1988 @@ -23,7 +23,7 @@ static const char copyright[] = "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = - "$Id: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $"; + "$Id: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $"; #endif extern char *gensym(); @@ -114,8 +114,8 @@ char c_file[MAXPATHLEN]; /* output file */ char h_file[MAXPATHLEN]; /* output */ static void usage () { - fprintf (stderr, "%s: usage: %s ERROR_TABLE\n", - whoami, whoami); + fprintf (stderr, "usage: %s ERROR_TABLE\n", + whoami); exit (1); } diff --git a/usr.bin/mk_cmds/mk_cmds.c b/usr.bin/mk_cmds/mk_cmds.c index 824b69ef6ef..8455cca07cd 100644 --- a/usr.bin/mk_cmds/mk_cmds.c +++ b/usr.bin/mk_cmds/mk_cmds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mk_cmds.c,v 1.1 1996/11/15 09:26:06 downsj Exp $ */ +/* $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,7 +49,7 @@ main(argc, argv) if (argc != 2) { fputs("Usage: ", stderr); fputs(argv[0], stderr); - fputs("cmdtbl.ct\n", stderr); + fputs(" cmdtbl.ct\n", stderr); exit(1); } -- 2.20.1