diff options
-rw-r--r-- | usr.bin/make/make.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 574620a13e3..029fae9efb4 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.44 2002/03/23 16:32:16 deraadt Exp $ +.\" $OpenBSD: make.1,v 1.45 2002/04/16 19:37:16 espie Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -1042,6 +1042,9 @@ inside the body of the for loop. The number of words must match the number of iteration variables; that is, if there are three iteration variables, the number of words must be a multiple a three. +.Pp +Loops and conditional expressions may nest arbitrarily, but +they may not cross include file boundaries. .Sh COMMENTS Comments begin with a hash .Pq Ql \&# |