diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
| commit | a92bee191d618605d749ddc8e410d0ae66d03752 (patch) | |
| tree | 8b0a77c1f63b9503f1ac78b6e57385e24915569a /usr.bin/at | |
| parent | 5a36642d85fbe886b7cd07e369a498e02df127dc (diff) | |
Notes
Diffstat (limited to 'usr.bin/at')
| -rw-r--r-- | usr.bin/at/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.man | 2 | ||||
| -rw-r--r-- | usr.bin/at/panic.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/parsetime.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/perm.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 393af8387875..df96d573b49b 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/09/19 22:42:03 obrien Exp $ +# $FreeBSD$ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 3264d5502a2d..88bde639cd22 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ /* File scope variables */ -static const char rcsid[] = "$Id: at.c,v 1.14 1998/10/15 13:30:48 mckay Exp $"; +static const char rcsid[] = "$FreeBSD$"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index cbe3c5e70796..fc5bc90ce21a 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.8.2.1 1999/02/15 08:46:19 fenner Exp $ +.\" $FreeBSD$ .Dd April 12, 1995 .Dt "AT" 1 .Os FreeBSD 2.1 diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index c111dd823384..6098c9501e9e 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -38,7 +38,7 @@ /* File scope variables */ static const char rcsid[] = - "$Id: panic.c,v 1.7 1997/06/23 06:44:18 charnier Exp $"; + "$FreeBSD$"; /* External variables */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 8cde1dceeb01..15b689f50c17 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -144,7 +144,7 @@ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ static const char rcsid[] = - "$Id: parsetime.c,v 1.15 1998/08/30 17:33:05 steve Exp $"; + "$FreeBSD$"; /* Local functions */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index f1d435246a7d..6d2d27c70182 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -48,7 +48,7 @@ /* File scope variables */ -static const char rcsid[] = "$Id: perm.c,v 1.5 1997/02/22 19:54:08 peter Exp $"; +static const char rcsid[] = "$FreeBSD$"; /* Function declarations */ |
