Module Name:    othersrc
Committed By:   dholland
Date:           Sat Mar 23 18:46:18 UTC 2013

Modified Files:
        othersrc/usr.bin/dholland-make2: job.h

Log Message:
Update another comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/job.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/dholland-make2/job.h
diff -u othersrc/usr.bin/dholland-make2/job.h:1.2 othersrc/usr.bin/dholland-make2/job.h:1.3
--- othersrc/usr.bin/dholland-make2/job.h:1.2	Tue Mar  5 04:27:27 2013
+++ othersrc/usr.bin/dholland-make2/job.h	Sat Mar 23 18:46:17 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: job.h,v 1.2 2013/03/05 04:27:27 dholland Exp $	*/
+/*	$NetBSD: job.h,v 1.3 2013/03/23 18:46:17 dholland Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -117,7 +117,7 @@ emul_poll(struct pollfd *fd, int nfd, in
  * Each job has several things associated with it:
  *	1) The process id of the child shell
  *	2) The graph node describing the target being made by this job
- *	3) A LstNode for the first command to be saved after the job
+ *	3) The index for the first command to be saved after the job
  *	   completes. This is NULL if there was no "..." in the job's
  *	   commands.
  *	4) An FILE* for writing out the commands. This is only

Reply via email to