=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/make/make.1 2002/03/23 16:32:16 1.44 +++ src/usr.bin/make/make.1 2002/04/16 19:37:16 1.45 @@ -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 @@ 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 \&#