diff options
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index f0f5f73e121..9eda2eb92fe 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.81 2008/09/01 08:37:45 jmc Exp $ +.\" $OpenBSD: make.1,v 1.82 2008/11/04 07:22:35 espie 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: September 1 2008 $ +.Dd $Mdocdate: November 4 2008 $ .Dt MAKE 1 .Os .Sh NAME @@ -174,6 +174,8 @@ Also known as loud behavior. .It Ar m Print debugging information about making targets, including modification dates. +.It Ar n +Print debugging information about target names equivalence computations. .It Ar p Help finding concurrency issues for parallel make by adding some randomization. |