diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-11-11 11:43:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-11-11 11:43:19 +0000 |
commit | ed87d7439564ddea1a0d2e22746122cedbb45ece (patch) | |
tree | d400a4b981c153ab44a404229d1ce8779f2fac12 /usr.bin/make/make.1 | |
parent | cab6d5079d7fc44de8f9de73518101b11af6706e (diff) |
Close bug
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index ed24a0d944c..7f58dfb9a10 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.22 1999/11/10 14:11:49 espie Exp $ +.\" $OpenBSD: make.1,v 1.23 1999/11/11 11:43:18 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1197,8 +1197,6 @@ For loops are expanded before tests, so a fragment such as: .Ed won't work, and should be rewritten the other way around. .Pp -Syntax errors in for loops yield erroneous line numbers. -.Pp Command-line expansion as in .Bd -literal VAR != cat /dev/null |