summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-12-06 20:28:42 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-12-06 20:28:42 +0000
commit5d0b256f3d1d75513091b14dd4ccff2c7ef085e8 (patch)
tree04f550a0f708ae8a7a391e18d9a2fb9850f21f88 /usr.bin/make/make.1
parentcf97e0e1eabaff199248eb0dc3020cd46486d319 (diff)
we actually have useful code for '.for' loops, its not a no-op. ok espie@
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.13
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 6d83536998a..2d619fa9a74 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.37 2000/11/10 05:10:34 aaron Exp $
+.\" $OpenBSD: make.1,v 1.38 2000/12/06 20:28:41 todd Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -108,7 +108,6 @@ Print debugging information about conditional evaluation.
Print debugging information about directory searching and caching.
.It Ar f
Print debugging information about the execution of for loops.
-Currently a no-op.
.It Ar "g1"
Print the input graph before making anything.
.It Ar "g2"