diff options
| author | sjg <sjg@NetBSD.org> | 2014-08-28 19:55:00 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2014-08-28 19:55:00 +0000 |
| commit | 4fd033439f2248baa6be8d7d137331cd2ebffb2c (patch) | |
| tree | b89ade6303644a84cdb608127c29c417c63f4009 /usr.bin | |
| parent | fb94616a92f7fe1df455e23ec31436a79b4dd09d (diff) | |
Enter/leave flag is -w not -dw
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 819cfeb1138..b6614eed1e8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.233 2014/08/23 15:05:40 christos Exp $ +.\" $NetBSD: make.1,v 1.234 2014/08/28 19:55:00 sjg Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd August 23, 2014 +.Dd August 28, 2014 .Dt MAKE 1 .Os .Sh NAME @@ -209,8 +209,6 @@ Force the option to print raw values of variables. .It Ar v Print debugging information about variable assignment. -.It Ar w -Print entering and leaving directory messages, pre and post processing. .It Ar x Run shell commands with .Fl x @@ -352,6 +350,8 @@ contains a then the value will be expanded before printing. .It Fl W Treat any warnings during makefile parsing as errors. +.It Fl w +Print entering and leaving directory messages, pre and post processing. .It Fl X Don't export variables passed on the command line to the environment individually. |
