diff options
author | jfieber <jfieber@FreeBSD.org> | 1997-01-12 20:59:49 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1997-01-12 20:59:49 +0000 |
commit | 08d77a617a1f7923a25a14090b3022516424fc43 (patch) | |
tree | b6cc7d24f39611e340df2500f8f360ba3ae2ef56 /share | |
parent | 75efa0b561fdd79b6975450b634175b05f148bc6 (diff) | |
download | FreeBSD-src-08d77a617a1f7923a25a14090b3022516424fc43.zip FreeBSD-src-08d77a617a1f7923a25a14090b3022516424fc43.tar.gz |
Handle linuxdoc docs with a declaration like:
<!doctype linuxdoc system>
which is the standard practice used for the linux HOWTO documents.
Diffstat (limited to 'share')
-rw-r--r-- | share/sgml/CATALOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sgml/CATALOG b/share/sgml/CATALOG index 5795422..8bb2285 100644 --- a/share/sgml/CATALOG +++ b/share/sgml/CATALOG @@ -1,4 +1,4 @@ --- $Id: CATALOG,v 1.2 1996/09/08 20:36:56 jfieber Exp $ -- +-- $Id: CATALOG,v 1.4 1997/01/11 21:54:40 jfieber Exp $ -- -- ISO general entities -- @@ -61,7 +61,7 @@ PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" -- Linuxdoc, as customized for FreeBSD -- -DTDDECL "-//FreeBSD//DTD linuxdoc//EN" +DOCTYPE "linuxdoc" "FreeBSD/linuxdoc.dcl" PUBLIC "-//FreeBSD//DTD linuxdoc//EN" |