diff options
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 22f1115875f..46957590e2a 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -1,7 +1,7 @@ #ifndef _JOB_H_ #define _JOB_H_ -/* $OpenBSD: job.h,v 1.28 2012/10/18 17:54:43 espie Exp $ */ +/* $OpenBSD: job.h,v 1.29 2012/12/07 15:08:58 espie Exp $ */ /* $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */ /* @@ -42,7 +42,7 @@ /*- * job.h -- - * Definitions pertaining to the running of jobs in parallel mode. + * Definitions pertaining to the running of jobs. */ extern void Job_Make(GNode *); |