Module Name: src
Committed By: wiz
Date: Sun Oct 27 11:38:13 UTC 2013
Modified Files:
src/usr.bin/make: make.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 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.224 src/usr.bin/make/make.1:1.225
--- src/usr.bin/make/make.1:1.224 Fri Oct 25 22:05:00 2013
+++ src/usr.bin/make/make.1 Sun Oct 27 11:38:13 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.224 2013/10/25 22:05:00 apb Exp $
+.\" $NetBSD: make.1,v 1.225 2013/10/27 11:38:13 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -745,7 +745,7 @@ then output for each target is prefixed
.Ql --- target ---
the first part of which can be controlled via
.Va .MAKE.JOB.PREFIX .
-If
+If
.Va .MAKE.JOB.PREFIX
is empty, no token is printed.
.br