diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2011-08-01 12:28:53 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2011-08-01 12:28:53 +0000 |
| commit | 5149e425f8b67867a05bfa64f59d6002e68489bf (patch) | |
| tree | e5c86d063189db92484fe6de09e1496ecab770ab /libexec | |
| parent | 1e590b49a1c9215e6807946bc80e081d214e69f1 (diff) | |
According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/atrun.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index dc2e31cf41e..c2b76f5a20a 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -1,4 +1,4 @@ -/* $NetBSD: atrun.c,v 1.19 2008/04/05 20:17:37 christos Exp $ */ +/* $NetBSD: atrun.c,v 1.20 2011/08/01 12:28:54 mbalmer Exp $ */ /* * atrun.c - run jobs queued by at; run with root privileges. @@ -59,7 +59,7 @@ #if 0 static char rcsid[] = "$OpenBSD: atrun.c,v 1.7 1997/09/08 22:12:10 millert Exp $"; #else -__RCSID("$NetBSD: atrun.c,v 1.19 2008/04/05 20:17:37 christos Exp $"); +__RCSID("$NetBSD: atrun.c,v 1.20 2011/08/01 12:28:54 mbalmer Exp $"); #endif static int debug = 0; @@ -366,7 +366,7 @@ int main(int argc, char *argv[]) { /* - * Browse through _PATH_ATJOBS, checking all the jobfiles wether + * Browse through _PATH_ATJOBS, checking all the jobfiles whether * they should be executed and or deleted. The queue is coded into * the first byte of the job filename, the date (in minutes since * Eon) as a hex number in the following eight bytes, followed by |
