diff options
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 5171e18c2cb..23a17d1e9f6 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.134 2021/11/11 20:42:54 jmc Exp $ +.\" $OpenBSD: make.1,v 1.135 2022/03/31 17:27:25 naddy Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: November 11 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt MAKE 1 .Os .Sh NAME @@ -1232,7 +1232,7 @@ the .Dq make expression is applied. .Pp -If the conditional evaluates to true the parsing of the makefile continues +If the conditional evaluates to true, the parsing of the makefile continues as before. If it evaluates to false, the following lines are skipped. In both cases this continues until a |