Module Name: src
Committed By: christos
Date: Mon Oct 8 15:09:48 UTC 2012
Modified Files:
src/usr.bin/make: make.1
Log Message:
It is Sprite, not Sprint; pointed out by Todd Miller.
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 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.208 src/usr.bin/make/make.1:1.209
--- src/usr.bin/make/make.1:1.208 Sun Sep 16 22:10:46 2012
+++ src/usr.bin/make/make.1 Mon Oct 8 11:09:48 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.208 2012/09/17 02:10:46 christos Exp $
+.\" $NetBSD: make.1,v 1.209 2012/10/08 15:09:48 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd September 16, 2012
+.Dd October 8, 2012
.Dt MAKE 1
.Os
.Sh NAME
@@ -2059,7 +2059,7 @@ command appeared in
This
.Nm
implementation is based on Adam De Boor's pmake program which was written
-for Sprint at Berkeley.
+for Sprite at Berkeley.
It was designed to be a parallel distributed make running jobs on different
machines using a daemon called
.Dq customs .