Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/62ca57eaed40
branches:  trunk
changeset: 747780:62ca57eaed40
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 02 07:43:15 2009 +0000

description:
Remove trailing whitespace.

diffstat:

 usr.bin/make/make.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7f131266cc02 -r 62ca57eaed40 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Fri Oct 02 07:43:01 2009 +0000
+++ b/usr.bin/make/make.1       Fri Oct 02 07:43:15 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.162 2009/10/01 21:40:31 dsl Exp $
+.\"    $NetBSD: make.1,v 1.163 2009/10/02 07:43:15 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -663,10 +663,10 @@
 .It Va .MAKE.LEVEL
 The recursion depth of
 .Nm .
-The initial instance of 
+The initial instance of
 .Nm
 will be 0, and an incremented value is put into the environment
-to be seen by the next generation.  
+to be seen by the next generation.
 This allows tests like:
 .Li .if ${.MAKE.LEVEL} == 0
 to protect things which should only be evaluated in the initial instance of



Home | Main Index | Thread Index | Old Index