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/0c7c8b584b85
branches:  trunk
changeset: 764091:0c7c8b584b85
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 11 06:56:50 2011 +0000

description:
Remove trailing whitespace.

diffstat:

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

diffs (39 lines):

diff -r 63e8b9d2838f -r 0c7c8b584b85 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Mon Apr 11 05:59:11 2011 +0000
+++ b/usr.bin/make/make.1       Mon Apr 11 06:56:50 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.187 2011/04/11 01:44:15 sjg Exp $
+.\"    $NetBSD: make.1,v 1.188 2011/04/11 06:56:50 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -786,7 +786,7 @@
 will not create .meta files in
 .Ql Va .CURDIR .
 This can be overridden by setting
-.Va bf 
+.Va bf
 to a value which represents True.
 .It Pa verbose
 If in "meta" mode, print a clue about the target being built.
@@ -1043,16 +1043,16 @@
 .It Cm \&:R
 Replaces each word in the variable with everything but its suffix.
 .It Cm \&:gmtime
-The value is a format string for 
+The value is a format string for
 .Xr strftime 3 ,
-using the current 
+using the current
 .Xr gmtime 3 .
 .It Cm \&:hash
 Compute a 32bit hash of the value and encode it as hex digits.
 .It Cm \&:localtime
-The value is a format string for 
+The value is a format string for
 .Xr strftime 3 ,
-using the current 
+using the current
 .Xr localtime 3 .
 .It Cm \&:tA
 Attempt to convert variable to an absolute path using



Home | Main Index | Thread Index | Old Index