summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-03-03 23:04:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-03-03 23:04:34 +0000
commitb101cbc99f23af70d46f79a166a2e10c89af16dd (patch)
tree5d3c1ae96a4be8ac57232aebba4d2a2f3045db36 /usr.bin
parent5988c76f605f33231077ccc6bc739a3a77fb6fb8 (diff)
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/make.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index aa7c1e496b0..c2915ff3e33 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.78 2008/03/02 23:56:58 espie Exp $
+.\" $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,7 +31,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: March 2 2008 $
+.Dd $Mdocdate: March 3 2008 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -1431,7 +1431,7 @@ will evaluate to a b c d after the loop, not z b c d.
is only used in parallel mode, so
keep dependency ordered for sequential mode!
.Pp
-Distinct target names are treated separately, even though they might
+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,4 +1445,4 @@ In parallel mode,
only limits the number of concurrent makes it knows about.
During recursive invocations, each level will multiply the number
of processes by
-.Ar n.
+.Ar n .