diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/join | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
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 8c71ec0cb203..31a24bb1372e 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/join/join.1,v 1.3.2.3 2001/08/16 13:16:51 ru Exp $ .\" .Dd April 28, 1995 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 4b4add9bc1d6..e172b0bf54d7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/join/join.c,v 1.10 1999/08/28 01:02:19 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |
