summaryrefslogtreecommitdiff
path: root/usr.bin/crontab
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
commit5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch)
treee779b5a6edddbb949b7990751b12d6f25304ba86 /usr.bin/crontab
parenta16f65c7d117419bd266c28a1901ef129a337569 (diff)
Diffstat (limited to 'usr.bin/crontab')
-rw-r--r--usr.bin/crontab/crontab.12
-rw-r--r--usr.bin/crontab/crontab.52
-rw-r--r--usr.bin/crontab/crontab.c2
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