summaryrefslogtreecommitdiff
path: root/usr.bin/colldef
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r--usr.bin/colldef/Makefile2
-rw-r--r--usr.bin/colldef/colldef.12
-rw-r--r--usr.bin/colldef/common.h2
-rw-r--r--usr.bin/colldef/parse.y2
-rw-r--r--usr.bin/colldef/scan.l2
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 6cb213f48898..1543df1e0219 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/colldef/Makefile,v 1.16.2.1 2002/08/17 18:57:10 ache Exp $
PROG= colldef
SRCS= parse.y scan.l y.tab.h
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1
index 47a7584e842a..c77352d24ea6 100644
--- a/usr.bin/colldef/colldef.1
+++ b/usr.bin/colldef/colldef.1
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/colldef/colldef.1,v 1.8.2.4 2002/06/20 23:45:30 charnier Exp $
.\"
.Dd January 27, 1995
.Dt COLLDEF 1
diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h
index 316490d4eb8d..fd488e9dbe05 100644
--- a/usr.bin/colldef/common.h
+++ b/usr.bin/colldef/common.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/colldef/common.h,v 1.2.2.1 2002/08/17 18:57:10 ache Exp $
*/
#define CHARMAP_SYMBOL_LEN 64
diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y
index d3abb18627a5..3419ce57e54e 100644
--- a/usr.bin/colldef/parse.y
+++ b/usr.bin/colldef/parse.y
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/colldef/parse.y,v 1.15.2.4 2002/08/17 18:57:10 ache Exp $");
#include <err.h>
#include <stdarg.h>
diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l
index 10b17c8e7d01..b2fe525bbcdd 100644
--- a/usr.bin/colldef/scan.l
+++ b/usr.bin/colldef/scan.l
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/colldef/scan.l,v 1.11.2.1 2002/08/17 18:57:10 ache Exp $");
#include <ctype.h>
#include <err.h>