Module Name:    src
Committed By:   wiz
Date:           Fri Oct  2 07:43:15 UTC 2009

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.162 src/usr.bin/make/make.1:1.163
--- src/usr.bin/make/make.1:1.162	Thu Oct  1 21:40:31 2009
+++ src/usr.bin/make/make.1	Fri Oct  2 07:43:15 2009
@@ -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

Reply via email to