Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Remove extra space in usage message.
details: https://anonhg.NetBSD.org/src/rev/99fae2819029
branches: trunk
changeset: 546994:99fae2819029
user: jmmv <jmmv%NetBSD.org@localhost>
date: Sat May 10 19:21:40 2003 +0000
description:
Remove extra space in usage message.
diffstat:
usr.bin/make/main.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a8bc274cba22 -r 99fae2819029 usr.bin/make/main.c
--- a/usr.bin/make/main.c Sat May 10 17:52:02 2003 +0000
+++ b/usr.bin/make/main.c Sat May 10 19:21:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.87 2003/03/14 05:19:43 thorpej Exp $ */
+/* $NetBSD: main.c,v 1.88 2003/05/10 19:21:40 jmmv Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -39,7 +39,7 @@
*/
#ifdef MAKE_BOOTSTRAP
-static char rcsid[] = "$NetBSD: main.c,v 1.87 2003/03/14 05:19:43 thorpej Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.88 2003/05/10 19:21:40 jmmv Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -51,7 +51,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.87 2003/03/14 05:19:43 thorpej Exp $");
+__RCSID("$NetBSD: main.c,v 1.88 2003/05/10 19:21:40 jmmv Exp $");
#endif
#endif /* not lint */
#endif
@@ -1565,7 +1565,7 @@
usage(void)
{
(void)fprintf(stderr,
-"Usage: %s [-Beiknqrst] [-D variable] [-d flags] [-f makefile ]\n\
+"Usage: %s [-Beiknqrst] [-D variable] [-d flags] [-f makefile]\n\
[-I directory] [-j max_jobs] [-m directory] [-V variable]\n\
[variable=value] [target ...]\n", progname);
exit(2);
Home |
Main Index |
Thread Index |
Old Index