summaryrefslogtreecommitdiff
path: root/usr.bin/sgmls
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-03-27 03:07:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-03-27 03:07:27 +0000
commit1784d64eb85eb63599204bb31b826970b6661e65 (patch)
tree31089dd6c9e4a7feeac25f24574e6269b75f5db0 /usr.bin/sgmls
parentfe49c1266233ddc2306072aefb4e1c1d045060fe (diff)
Diffstat (limited to 'usr.bin/sgmls')
-rw-r--r--usr.bin/sgmls/Makefile2
-rw-r--r--usr.bin/sgmls/Makefile.inc2
-rw-r--r--usr.bin/sgmls/README2
-rw-r--r--usr.bin/sgmls/instant/Makefile2
-rw-r--r--usr.bin/sgmls/instant/browse.c2
-rw-r--r--usr.bin/sgmls/instant/general.h2
-rw-r--r--usr.bin/sgmls/instant/hyper.c2
-rw-r--r--usr.bin/sgmls/instant/info.c2
-rw-r--r--usr.bin/sgmls/instant/main.c2
-rw-r--r--usr.bin/sgmls/instant/tables.c2
-rw-r--r--usr.bin/sgmls/instant/traninit.c2
-rw-r--r--usr.bin/sgmls/instant/translate.c2
-rw-r--r--usr.bin/sgmls/instant/translate.h2
-rw-r--r--usr.bin/sgmls/instant/tranvar.c2
-rw-r--r--usr.bin/sgmls/instant/util.c2
-rw-r--r--usr.bin/sgmls/libsgmls/Makefile2
-rw-r--r--usr.bin/sgmls/sgmls/Makefile2
-rw-r--r--usr.bin/sgmls/sgmls/sgmls.12
18 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/sgmls/Makefile b/usr.bin/sgmls/Makefile
index 8986502e5a3f0..ca3543002db60 100644
--- a/usr.bin/sgmls/Makefile
+++ b/usr.bin/sgmls/Makefile
@@ -1,6 +1,6 @@
#
# Bmake file for sgmls
-# $Id: Makefile,v 1.2 1996/09/08 02:00:37 jfieber Exp $
+# $Id: Makefile,v 1.3 1996/09/08 20:44:29 jfieber Exp $
#
SUBDIR= libsgmls sgmls instant
diff --git a/usr.bin/sgmls/Makefile.inc b/usr.bin/sgmls/Makefile.inc
index e1ed57f18531b..6c083b6c7f06c 100644
--- a/usr.bin/sgmls/Makefile.inc
+++ b/usr.bin/sgmls/Makefile.inc
@@ -1,7 +1,7 @@
#
# Bmakefile for rast
#
-# $Id: Makefile.inc,v 1.3 1996/06/19 20:36:35 jkh Exp $
+# $Id: Makefile.inc,v 1.4 1996/06/24 04:24:39 jkh Exp $
#
.if exists(${.CURDIR}/../../Makefile.inc)
diff --git a/usr.bin/sgmls/README b/usr.bin/sgmls/README
index dd6e2578f8c25..10916316bd280 100644
--- a/usr.bin/sgmls/README
+++ b/usr.bin/sgmls/README
@@ -1,4 +1,4 @@
-$Id:$
+$Id: README,v 1.1.1.1 1995/04/27 16:03:39 jfieber Exp $
This the sgmls release 1.1 SGML parser written by James Clark
jjc@jclark.com, repackaged for FreeBSD. The original source may be
diff --git a/usr.bin/sgmls/instant/Makefile b/usr.bin/sgmls/instant/Makefile
index cefd268620bee..cfc7184e9d9ce 100644
--- a/usr.bin/sgmls/instant/Makefile
+++ b/usr.bin/sgmls/instant/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1996/01/16 05:14:09 jfieber Exp $
+# $Id: Makefile,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $
PROG= instant
SRCS= browse.c info.c main.c tables.c traninit.c translate.c
diff --git a/usr.bin/sgmls/instant/browse.c b/usr.bin/sgmls/instant/browse.c
index c904476d96e77..946c2f35e53c5 100644
--- a/usr.bin/sgmls/instant/browse.c
+++ b/usr.bin/sgmls/instant/browse.c
@@ -56,7 +56,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/browse.c,v 1.2 1996/06/02 21:46:10 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/browse.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/general.h b/usr.bin/sgmls/instant/general.h
index f6e6ea00da9fe..614824eaf0832 100644
--- a/usr.bin/sgmls/instant/general.h
+++ b/usr.bin/sgmls/instant/general.h
@@ -53,7 +53,7 @@
#ifdef STORAGE
#ifndef lint
static char *gen_h_RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/general.h,v 1.5 1996/06/11 20:25:03 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/general.h,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#endif
diff --git a/usr.bin/sgmls/instant/hyper.c b/usr.bin/sgmls/instant/hyper.c
index 4f50b97bb0d7a..4ce2d520c67a7 100644
--- a/usr.bin/sgmls/instant/hyper.c
+++ b/usr.bin/sgmls/instant/hyper.c
@@ -56,7 +56,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/hyper.c,v 1.2 1996/06/02 21:46:10 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/hyper.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/info.c b/usr.bin/sgmls/instant/info.c
index 27ab1c7311829..a6015fcc78348 100644
--- a/usr.bin/sgmls/instant/info.c
+++ b/usr.bin/sgmls/instant/info.c
@@ -61,7 +61,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/info.c,v 1.2 1996/06/02 21:46:10 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/info.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/main.c b/usr.bin/sgmls/instant/main.c
index 511fedfef8dfb..cc5a04dfd3b96 100644
--- a/usr.bin/sgmls/instant/main.c
+++ b/usr.bin/sgmls/instant/main.c
@@ -66,7 +66,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/main.c,v 1.8 1996/06/12 03:32:48 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/main.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/tables.c b/usr.bin/sgmls/instant/tables.c
index 54fd2110946b3..3b3e9f7085989 100644
--- a/usr.bin/sgmls/instant/tables.c
+++ b/usr.bin/sgmls/instant/tables.c
@@ -73,7 +73,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/tables.c,v 1.11 1996/06/15 03:45:02 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/tables.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/traninit.c b/usr.bin/sgmls/instant/traninit.c
index d3df959c784bb..b2e90beb57953 100644
--- a/usr.bin/sgmls/instant/traninit.c
+++ b/usr.bin/sgmls/instant/traninit.c
@@ -59,7 +59,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/local/home/jfieber/src/cvsroot/nsgmlfmt/traninit.c,v 1.1.1.1 1996/01/16 05:14:10 jfieber Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/traninit.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/translate.c b/usr.bin/sgmls/instant/translate.c
index cc96b253247f1..29b611798fa6e 100644
--- a/usr.bin/sgmls/instant/translate.c
+++ b/usr.bin/sgmls/instant/translate.c
@@ -59,7 +59,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/translate.c,v 1.11 1996/06/15 22:49:00 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/translate.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/translate.h b/usr.bin/sgmls/instant/translate.h
index 777d591175851..f2d2719ce141d 100644
--- a/usr.bin/sgmls/instant/translate.h
+++ b/usr.bin/sgmls/instant/translate.h
@@ -56,7 +56,7 @@
#ifdef STORAGE
#ifndef lint
static char *tr_h_RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/translate.h,v 1.3 1996/06/02 21:47:32 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/translate.h,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#endif
diff --git a/usr.bin/sgmls/instant/tranvar.c b/usr.bin/sgmls/instant/tranvar.c
index 2432556efccb0..86006bc0339b2 100644
--- a/usr.bin/sgmls/instant/tranvar.c
+++ b/usr.bin/sgmls/instant/tranvar.c
@@ -55,7 +55,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /home/ncvs/src/usr.bin/sgmls/instant/tranvar.c,v 1.2 1997/01/08 01:40:52 jfieber Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/tranvar.c,v 1.1.1.1.2.1 1997/02/07 02:40:45 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/instant/util.c b/usr.bin/sgmls/instant/util.c
index eb6015d7f253c..0fe6143e3e0bc 100644
--- a/usr.bin/sgmls/instant/util.c
+++ b/usr.bin/sgmls/instant/util.c
@@ -73,7 +73,7 @@
#ifndef lint
static char *RCSid =
- "$Header: /usr/src/docbook-to-man/Instant/RCS/util.c,v 1.4 1996/06/02 21:47:32 fld Exp $";
+ "$Header: /home/ncvs/src/usr.bin/sgmls/instant/util.c,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $";
#endif
#include <stdio.h>
diff --git a/usr.bin/sgmls/libsgmls/Makefile b/usr.bin/sgmls/libsgmls/Makefile
index 0d058f36546ad..59ec0557bbe50 100644
--- a/usr.bin/sgmls/libsgmls/Makefile
+++ b/usr.bin/sgmls/libsgmls/Makefile
@@ -1,7 +1,7 @@
#
# Bmakefile for libsgmls
#
-# $Id$
+# $Id: Makefile,v 1.2 1996/06/04 19:08:21 jfieber Exp $
#
LIB= sgmls
diff --git a/usr.bin/sgmls/sgmls/Makefile b/usr.bin/sgmls/sgmls/Makefile
index b46e9f6f56e69..b525675aefe19 100644
--- a/usr.bin/sgmls/sgmls/Makefile
+++ b/usr.bin/sgmls/sgmls/Makefile
@@ -1,7 +1,7 @@
#
# Bmakefile for sgmls
#
-# $Id$
+# $Id: Makefile,v 1.2 1996/06/04 19:08:26 jfieber Exp $
#
PROG= sgmls
diff --git a/usr.bin/sgmls/sgmls/sgmls.1 b/usr.bin/sgmls/sgmls/sgmls.1
index bd92c92e28ff5..50a6826a5dca0 100644
--- a/usr.bin/sgmls/sgmls/sgmls.1
+++ b/usr.bin/sgmls/sgmls/sgmls.1
@@ -1,4 +1,4 @@
-'\" $Id$
+'\" $Id: sgmls.1,v 1.3 1996/10/05 22:27:18 wosch Exp $
'\" t
.\" Uncomment the next line to get a man page accurate for MS-DOS
.\"nr Os 1