Module Name: src
Committed By: snj
Date: Sat Apr 11 15:51:43 UTC 2009
Modified Files:
src/usr.bin/make: make.1
Log Message:
Typo fix: many file -> many files.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 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.155 src/usr.bin/make/make.1:1.156
--- src/usr.bin/make/make.1:1.155 Sat Apr 11 09:44:22 2009
+++ src/usr.bin/make/make.1 Sat Apr 11 15:51:42 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.155 2009/04/11 09:44:22 wiz Exp $
+.\" $NetBSD: make.1,v 1.156 2009/04/11 15:51:42 snj Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -199,7 +199,7 @@
and have names of the form
.Pa makeXXXXXX .
.Em NOTE :
-This can create many file in
+This can create many files in
.Ev TMPDIR
or
.Pa /tmp ,