Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Whitespace fixes.



details:   https://anonhg.NetBSD.org/src/rev/dd4e764c0103
branches:  trunk
changeset: 354590:dd4e764c0103
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 22 13:34:13 2017 +0000

description:
Whitespace fixes.

diffstat:

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

diffs (27 lines):

diff -r 03952a261312 -r dd4e764c0103 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Thu Jun 22 13:33:39 2017 +0000
+++ b/usr.bin/make/make.1       Thu Jun 22 13:34:13 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.268 2017/06/22 13:21:21 dholland Exp $
+.\"    $NetBSD: make.1,v 1.269 2017/06/22 13:34:13 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -209,7 +209,7 @@
 .Fl V
 option to print raw values of variables, overriding the default behavior
 set via
-.Va .MAKE.EXPAND_VARIABLES.
+.Va .MAKE.EXPAND_VARIABLES .
 .It Ar v
 Print debugging information about variable assignment.
 .It Ar x
@@ -352,7 +352,7 @@
 .Ql \&$
 then the value will be expanded before printing.
 .It Fl v Ar variable
-Like 
+Like
 .Fl V
 but the variable is always expanded to its final value.
 .It Fl W



Home | Main Index | Thread Index | Old Index