summaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/Makefile2
-rw-r--r--usr.bin/comm/comm.12
-rw-r--r--usr.bin/comm/comm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile
index 13da76fa2ef6..1c9b5a399de2 100644
--- a/usr.bin/comm/Makefile
+++ b/usr.bin/comm/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/comm/Makefile,v 1.4 2002/02/08 22:31:37 markm Exp $
PROG= comm
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index 2402ab5a1ceb..45a726d80ba2 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.14 2005/01/25 22:28:34 tjr Exp $
.\"
.Dd January 26, 2005
.Os
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 0e7e029ce782..06cf4a4e430e 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -47,7 +47,7 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/comm/comm.c,v 1.21 2004/07/02 22:48:29 tjr Exp $");
#include <err.h>
#include <limits.h>