summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
commit58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch)
treec631dd0d4ac59c3286cbf5b06d00e840263d40da /usr.bin/make
parenta7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff)
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.16
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