summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-02-13 07:30:40 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-02-13 07:30:40 +0000
commitd9294b7960babf94102bba00dbaadaf550bf7d13 (patch)
tree2aec0870b6889119415df8fe2f41ea208b77d56e /usr.bin/make
parent7db0673fef34c6818db4f2d17fadd9308232fcb6 (diff)
Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 191f025c40e..6eb33b7f9fa 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.109 2013/11/24 12:36:13 espie Exp $
+.\" $OpenBSD: make.1,v 1.110 2014/02/13 07:30:39 guenther 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 24 2013 $
+.Dd $Mdocdate: February 13 2014 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -1113,9 +1113,7 @@ may be any one of the following:
.It Cm ||
logical OR
.It Cm \&&&
-Logical
-.Tn AND ;
-of higher precedence than
+Logical AND; of higher precedence than
.Cm || .
.El
.Pp