Module Name: src
Committed By: christos
Date: Wed May 22 19:35:11 UTC 2013
Modified Files:
src/usr.bin/make: make.1
Log Message:
improve wording
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 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.214 src/usr.bin/make/make.1:1.215
--- src/usr.bin/make/make.1:1.214 Wed May 22 15:30:35 2013
+++ src/usr.bin/make/make.1 Wed May 22 15:35:11 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.214 2013/05/22 19:30:35 christos Exp $
+.\" $NetBSD: make.1,v 1.215 2013/05/22 19:35:11 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2113,10 +2113,10 @@ machines using a daemon called
.Pp
Historically the target/dependency
.Dq FRC
-has been used historically to FoRCe rebuilding (since the target/dependency
+has been used to FoRCe rebuilding (since the target/dependency
does not exist... unless someone creates an
.Dq FRC
-file.
+file).
.Sh BUGS
The
.Nm