diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch) | |
tree | 09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/join | |
parent | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff) | |
download | FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.1 | 2 | ||||
-rw-r--r-- | usr.bin/join/join.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 7e0b5bd..a95454b 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)join.1 8.3 (Berkeley) 4/28/95 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 28, 1995 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index a0229b5..4b4add9 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: join.c,v 1.8 1997/08/19 15:58:15 jlemon Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |