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): improve readability of IfState documen...



details:   https://anonhg.NetBSD.org/src/rev/1fe4ecec7c6d
branches:  trunk
changeset: 945988:1fe4ecec7c6d
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Nov 12 22:27:55 2020 +0000

description:
make(1): improve readability of IfState documentation

The words "None" and "One" looked and sounded too similar.

diffstat:

 usr.bin/make/cond.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fe696f7ebe96 -r 1fe4ecec7c6d usr.bin/make/cond.c
--- a/usr.bin/make/cond.c       Thu Nov 12 22:23:16 2020 +0000
+++ b/usr.bin/make/cond.c       Thu Nov 12 22:27:55 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cond.c,v 1.209 2020/11/12 20:16:20 rillig Exp $        */
+/*     $NetBSD: cond.c,v 1.210 2020/11/12 22:27:55 rillig Exp $        */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -94,7 +94,7 @@
 #include "dir.h"
 
 /*     "@(#)cond.c     8.2 (Berkeley) 1/2/94"  */
-MAKE_RCSID("$NetBSD: cond.c,v 1.209 2020/11/12 20:16:20 rillig Exp $");
+MAKE_RCSID("$NetBSD: cond.c,v 1.210 2020/11/12 22:27:55 rillig Exp $");
 
 /*
  * The parsing of conditional expressions is based on this grammar:
@@ -1101,7 +1101,7 @@
         * that no other '.else' may follow. */
        ELSE_ACTIVE,
 
-       /* None of the previous <cond> evaluated to TRUE.  Still searching
+       /* All of the previous <cond> evaluated to FALSE.  Still searching
         * for an '.elif' or an 'else' that evaluates to TRUE. */
        SEARCH_FOR_ELIF,
 



Home | Main Index | Thread Index | Old Index