diff options
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r-- | usr.sbin/cron/crontab/crontab.1 | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index c3c39431f7aed..f12914bfc44be 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.1,v 2.4 1993/12/31 10:47:33 vixie Exp $ +.\" crontab.1,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp .\" .TH CRONTAB 1 "29 December 1993" .UC 4 diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 01b52f03fb316..116361788d9c0 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 2.4 1994/01/15 20:43:43 vixie Exp $ +.\" crontab.5,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp .\" .TH CRONTAB 5 "24 January 1994" .UC 4 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 657af71d8d62b..f384cdc6395e1 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $"; +static char rcsid[] = "crontab.c,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp"; #endif /* crontab - install and manage per-user crontab files |