diff options
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> |
