Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Fix comment: Error, Fatal, and Punt take any nu...
details: https://anonhg.NetBSD.org/src/rev/23a15e7089d4
branches: trunk
changeset: 331327:23a15e7089d4
user: gson <gson%NetBSD.org@localhost>
date: Fri Aug 08 19:20:39 2014 +0000
description:
Fix comment: Error, Fatal, and Punt take any number of arguments, not two.
diffstat:
usr.bin/make/main.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (46 lines):
diff -r 77d05b54cd94 -r 23a15e7089d4 usr.bin/make/main.c
--- a/usr.bin/make/main.c Fri Aug 08 19:20:38 2014 +0000
+++ b/usr.bin/make/main.c Fri Aug 08 19:20:39 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.226 2014/02/07 17:23:35 pooka Exp $ */
+/* $NetBSD: main.c,v 1.227 2014/08/08 19:20:39 gson Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: main.c,v 1.226 2014/02/07 17:23:35 pooka Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.227 2014/08/08 19:20:39 gson Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -81,7 +81,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.226 2014/02/07 17:23:35 pooka Exp $");
+__RCSID("$NetBSD: main.c,v 1.227 2014/08/08 19:20:39 gson Exp $");
#endif
#endif /* not lint */
#endif
@@ -99,14 +99,14 @@
*
* Error Print a tagged error message. The global
* MAKE variable must have been defined. This
- * takes a format string and two optional
- * arguments for it.
+ * takes a format string and optional arguments
+ * for it.
*
* Fatal Print an error message and exit. Also takes
- * a format string and two arguments.
+ * a format string and arguments for it.
*
* Punt Aborts all jobs and exits with a message. Also
- * takes a format string and two arguments.
+ * takes a format string and arguments for it.
*
* Finish Finish things up by printing the number of
* errors which occurred, as passed to it, and
Home |
Main Index |
Thread Index |
Old Index