Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): fix documentation of Var_Value



details:   https://anonhg.NetBSD.org/src/rev/92992ee837ca
branches:  trunk
changeset: 936646:92992ee837ca
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Aug 01 08:42:33 2020 +0000

description:
make(1): fix documentation of Var_Value

diffstat:

 usr.bin/make/var.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 5f49f1dae34f -r 92992ee837ca usr.bin/make/var.c
--- a/usr.bin/make/var.c        Sat Aug 01 08:22:37 2020 +0000
+++ b/usr.bin/make/var.c        Sat Aug 01 08:42:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: var.c,v 1.373 2020/08/01 07:29:04 rillig Exp $ */
+/*     $NetBSD: var.c,v 1.374 2020/08/01 08:42:33 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
  */
 
 #ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: var.c,v 1.373 2020/08/01 07:29:04 rillig Exp $";
+static char rcsid[] = "$NetBSD: var.c,v 1.374 2020/08/01 08:42:33 rillig Exp $";
 #else
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)var.c      8.3 (Berkeley) 3/19/94";
 #else
-__RCSID("$NetBSD: var.c,v 1.373 2020/08/01 07:29:04 rillig Exp $");
+__RCSID("$NetBSD: var.c,v 1.374 2020/08/01 08:42:33 rillig Exp $");
 #endif
 #endif /* not lint */
 #endif
@@ -1007,7 +1007,7 @@
  *-----------------------------------------------------------------------
  * Var_Value --
  *     Return the unexpanded value of the given variable in the given
- *     context.
+ *     context, or the usual contexts.
  *
  * Input:
  *     name            name to find



Home | Main Index | Thread Index | Old Index