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/parse.y2
-rw-r--r--usr.bin/colldef/scan.l2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 0a9022a97042..270df6c33742 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 1999/10/18 14:00:32 ache Exp $
PROG = colldef
LFLAGS = -8 -i
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1
index 35212cac6475..39113ba395ec 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.3 2001/03/06 12:52:37 ru Exp $
.\"
.Dd January 27, 1995
.Dt COLLDEF 1
diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y
index 5621a214f677..2359446037b8 100644
--- a/usr.bin/colldef/parse.y
+++ b/usr.bin/colldef/parse.y
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/colldef/parse.y,v 1.15.2.1 2001/02/18 02:24:44 kris Exp $
*/
#include <err.h>
diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l
index 9b25e137dbad..ee88c5dbf208 100644
--- a/usr.bin/colldef/scan.l
+++ b/usr.bin/colldef/scan.l
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/colldef/scan.l,v 1.11 1999/10/03 01:21:33 ache Exp $
*/
#include <ctype.h>