diff options
Diffstat (limited to 'usr.bin/comm')
| -rw-r--r-- | usr.bin/comm/comm.1 | 2 | ||||
| -rw-r--r-- | usr.bin/comm/comm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 7fe49374dd85..721065b3827b 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/comm/comm.1,v 1.3.2.1 1999/08/29 15:26:33 peter Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 25e0f2f77439..d6424098f5d3 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/comm/comm.c,v 1.5.2.1 1999/08/29 15:26:34 peter Exp $"; #endif /* not lint */ #include <err.h> |
