summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-13 19:58:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-13 19:58:42 +0000
commit66b5281887fd0b549fb1c749e60e79cd3ac32986 (patch)
tree789e9e9e2743b415197e15ba6a661391d1727edd /usr.bin/make/make.1
parent638018e1fd7752caa1e08dd49033f0d1411fee11 (diff)
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
Diffstat (limited to 'usr.bin/make/make.1')
-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 b0b380a19d9..0a430ba29f9 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.119 2015/02/28 21:51:57 bentley Exp $
+.\" $OpenBSD: make.1,v 1.120 2015/03/13 19:58:41 jmc 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: February 28 2015 $
+.Dd $Mdocdate: March 13 2015 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -504,7 +504,7 @@ For maximal portability, suffixes should start with a dot.
.Sh VARIABLE ASSIGNMENTS
Variables in
.Nm
-are much like variables in the shell, and, by tradition,
+are much like variables in the shell and, by tradition,
consist of all upper-case letters.
They are also called
.Sq macros