=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/usr.bin/make/make.1 2008/03/02 23:56:58 1.78 --- src/usr.bin/make/make.1 2008/03/03 23:04:33 1.79 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.78 2008/03/02 23:56:58 espie Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.79 2008/03/03 23:04:33 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" *************** *** 31,37 **** .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: March 2 2008 $ .Dt MAKE 1 .Os .Sh NAME --- 31,37 ---- .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: March 3 2008 $ .Dt MAKE 1 .Os .Sh NAME *************** *** 1431,1437 **** is only used in parallel mode, so keep dependency ordered for sequential mode! .Pp ! Distinct target names are treated separately, even though they might correspond to the same file in the file system. This can cause excessive rebuilds of some targets, and bogus races in parallel mode. --- 1431,1437 ---- is only used in parallel mode, so keep dependency ordered for sequential mode! .Pp ! Distinct target names are treated separately, even though they might correspond to the same file in the file system. This can cause excessive rebuilds of some targets, and bogus races in parallel mode. *************** *** 1445,1448 **** only limits the number of concurrent makes it knows about. During recursive invocations, each level will multiply the number of processes by ! .Ar n. --- 1445,1448 ---- only limits the number of concurrent makes it knows about. During recursive invocations, each level will multiply the number of processes by ! .Ar n .