aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2007-01-07 09:50:01 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2007-01-07 09:50:01 +0000
commit50f64819c7ada20dc6c769df84cff2d69769ab71 (patch)
treec8cedeffda36530c29d9a7cf7a00b15e39d277b8 /usr.bin/make
parent6587bad890a15d5248b36deca4c8dafd1f7bf951 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index ce907ea97e10..fee189073ad9 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1158,7 +1158,7 @@ to them.
.It Ic .WAIT
If special
.Ic .WAIT
-source is appears in a dependency line, the sources that precede it are
+source appears in a dependency line, the sources that precede it are
made before the sources that succeed it in the line.
Loops are not being
detected and targets that form loops will be silently ignored.