diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-06-06 15:32:26 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-06-06 15:32:26 +0000 |
commit | 3f73c5e38cd581435818ee9ebdb527c7687c6bc3 (patch) | |
tree | 94299a202eeb963932eed6d90b3a26df4c94cb61 /usr.bin/make | |
parent | ebfc499172f4386c4f0b4a3dc6c62f69e8d0df6a (diff) |
close pr1260 from danh@nfol.com
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 018a8ae5c7c..35a3915aba9 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.31 2000/04/12 21:47:49 aaron Exp $ +.\" $OpenBSD: make.1,v 1.32 2000/06/06 15:32:25 ericj Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1223,7 +1223,7 @@ For loops are expanded before tests, so a fragment such as: \&.if ${TMACHINE} = ${MACHINE} ... \&.endif -\&.fi +\&.endfor .Ed .Pp won't work, and should be rewritten the other way around. |