diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-04 14:11:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-04 14:11:50 +0000 |
commit | de6f236688a40b7d3512e1d8c96a0a26df88fc2e (patch) | |
tree | ac4e43370c3a0616a07fd955148f2dbc1f0cee51 | |
parent | f165f11a8bbac698144495b5de1a5ed98cb3ccba (diff) |
remove ambiguity; from ross l richardson
-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 877ac27ece2..dd0b8f7672c 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.126 2017/07/30 21:17:05 anton Exp $ +.\" $OpenBSD: make.1,v 1.127 2018/07/04 14:11:49 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: July 30 2017 $ +.Dd $Mdocdate: July 4 2018 $ .Dt MAKE 1 .Os .Sh NAME @@ -1044,7 +1044,7 @@ in a context where it is not defined. .It Ic .poison empty Pq Ar variable It is an error to try to use the value of .Ar variable -in a context where it is not defined or empty. +in a context where it is not defined or is empty. .It Xo .Ic \&.if .Oo \&! Oc Ns Ar expression |