diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
| commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
| tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /usr.bin/crontab | |
| parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) | |
Diffstat (limited to 'usr.bin/crontab')
| -rw-r--r-- | usr.bin/crontab/crontab.1 | 2 | ||||
| -rw-r--r-- | usr.bin/crontab/crontab.5 | 2 | ||||
| -rw-r--r-- | usr.bin/crontab/crontab.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/crontab/crontab.1 b/usr.bin/crontab/crontab.1 index b4601e58df5b..0f3c91a154a5 100644 --- a/usr.bin/crontab/crontab.1 +++ b/usr.bin/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Header: /home/cvs/386BSD/src/usr.bin/crontab/crontab.1,v 1.2.2.1 1994/05/01 16:08:10 jkh Exp $ +.\" $Header: /home/cvs/386BSD/src/usr.bin/crontab/crontab.1,v 1.2 1994/01/22 20:41:08 guido Exp $ .\" .\" From Id: crontab.1,v 2.4 1993/12/31 10:47:33 vixie Exp .\" diff --git a/usr.bin/crontab/crontab.5 b/usr.bin/crontab/crontab.5 index e8e683428aee..dc72b678ff0b 100644 --- a/usr.bin/crontab/crontab.5 +++ b/usr.bin/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Header: /home/cvs/386BSD/src/usr.bin/crontab/crontab.5,v 1.3.2.1 1994/05/01 16:08:13 jkh Exp $ +.\" $Header: /home/cvs/386BSD/src/usr.bin/crontab/crontab.5,v 1.3 1994/01/27 19:06:15 nate Exp $ .\" .\" From Id: crontab.5,v 2.4 1994/01/15 20:43:43 vixie Exp .\" diff --git a/usr.bin/crontab/crontab.c b/usr.bin/crontab/crontab.c index a325aa0d02f0..eb35fb687a1d 100644 --- a/usr.bin/crontab/crontab.c +++ b/usr.bin/crontab/crontab.c @@ -17,7 +17,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Header: /home/cvs/386BSD/src/usr.bin/crontab/crontab.c,v 1.3 1994/01/27 19:06:16 nate Exp $"; +static char rcsid[] = "$Id: crontab.c,v 1.4 1994/04/13 21:57:55 wollman Exp $"; #endif /* crontab - install and manage per-user crontab files |
