Module Name: src
Committed By: wiz
Date: Tue Jun 25 07:08:10 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.216 -r1.217 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.216 src/usr.bin/make/make.1:1.217
--- src/usr.bin/make/make.1:1.216 Tue Jun 25 00:20:54 2013
+++ src/usr.bin/make/make.1 Tue Jun 25 07:08:10 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.216 2013/06/25 00:20:54 sjg Exp $
+.\" $NetBSD: make.1,v 1.217 2013/06/25 07:08:10 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -882,7 +882,7 @@ is modified.
.It Va .MAKE.PATH_FILEMON
If
.Nm
-was built with
+was built with
.Xr filemon 4
support, this is set to the path of the device node.
This allows makefiles to test for this support.
@@ -1326,7 +1326,7 @@ The path of the node which has the same
is the value.
If no such node exists or its path is null, then the
name of the variable is used.
-In order for this modifier to work, the name (node) must at least have
+In order for this modifier to work, the name (node) must at least have
appeared on the rhs of a dependency.
.Sm off
.It Cm \&:\&! Ar cmd Cm \&!
@@ -2119,7 +2119,7 @@ machines using a daemon called
Historically the target/dependency
.Dq FRC
has been used to FoRCe rebuilding (since the target/dependency
-does not exist... unless someone creates an
+does not exist... unless someone creates an
.Dq FRC
file).
.Sh BUGS