diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | b782f4df30a869a074431c7b185f0c7c69878254 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/cron/crontab | |
parent | 245ba20d12ed60e7b9d9a49bb54409be53d8ec0f (diff) | |
download | FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.zip FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.tar.gz |
Revert $FreeBSD$ to $Id$
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 7298b37..d83aa38 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 .\" */ .\" -.\" $FreeBSD$ +.\" $Id$ .\" .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 475ba33..7aa5940 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 .\" */ .\" -.\" $FreeBSD$ +.\" $Id$ .\" .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 90ec805..39a7683 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -17,7 +17,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* crontab - install and manage per-user crontab files |