summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-12-31 07:22:55 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-12-31 07:22:55 +0000
commit1bfbae3533832f536c1fb9af13aa8dac2bd19947 (patch)
treeb4f98e20408c5b8d3f7fec4407ae4f9000ddf494 /usr.bin
parent87b66e43a42811025f073991c93bdce840ab5cf9 (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 39166726e8d0..e77ec197440f 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1168,7 +1168,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.