summaryrefslogtreecommitdiffstats
path: root/share/sgml/FreeBSD/dtd
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1996-09-08 20:37:40 +0000
committerjfieber <jfieber@FreeBSD.org>1996-09-08 20:37:40 +0000
commite33f9816ca884f262b147cd0d0e14bf0ce3bbc10 (patch)
tree02bd6527de5fd7a1de0063299aae115d9a2fd09a /share/sgml/FreeBSD/dtd
parente8b5b1fe280ed324a7279fefc30e426d92c0a406 (diff)
downloadFreeBSD-src-e33f9816ca884f262b147cd0d0e14bf0ce3bbc10.zip
FreeBSD-src-e33f9816ca884f262b147cd0d0e14bf0ce3bbc10.tar.gz
Add last bits of instant(1).
Remove sgmlsasp(1) stuff.
Diffstat (limited to 'share/sgml/FreeBSD/dtd')
-rw-r--r--share/sgml/FreeBSD/dtd/Makefile12
-rw-r--r--share/sgml/FreeBSD/dtd/linuxdoc539
-rw-r--r--share/sgml/FreeBSD/dtd/linuxdoc.dec105
3 files changed, 0 insertions, 656 deletions
diff --git a/share/sgml/FreeBSD/dtd/Makefile b/share/sgml/FreeBSD/dtd/Makefile
deleted file mode 100644
index 6e3fbb5..0000000
--- a/share/sgml/FreeBSD/dtd/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
-
-FILES= linuxdoc linuxdoc.dec
-NOOBJ= noobj
-
-all clean cleandir depend lint tags:
-
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DESTDIR}${BINDIR}/dtd
-
-.include <bsd.prog.mk>
diff --git a/share/sgml/FreeBSD/dtd/linuxdoc b/share/sgml/FreeBSD/dtd/linuxdoc
deleted file mode 100644
index b0b7fb0..0000000
--- a/share/sgml/FreeBSD/dtd/linuxdoc
+++ /dev/null
@@ -1,539 +0,0 @@
-<!-- This is LINUXDOC.DTD, a hacked version of QWERTZ.DTD v1.3
- by Matt Welsh; modified from QWERTZ.DTD by Tom Gordon -->
-
-<!entity % emph
- " em|it|bf|sf|sl|tt|cparam " >
-
-<!entity % index "idx|cdx" >
-
-<!-- url added by HG; htmlurl added by esr -->
-<!entity % xref
- " label|ref|pageref|cite|url|htmlurl|ncite|email " >
-
-<!entity % inline
- " (#pcdata | f| x| %emph; |sq| %xref | %index )* " >
-
-<!entity % list
- " list | itemize | enum | descrip " >
-
-<!entity % par
- " %list; | comment | lq | quote | tscreen " >
-
-<!entity % mathpar " dm | eq " >
-
-<!entity % thrm
- " def | prop | lemma | coroll | proof | theorem " >
-
-<!entity % litprog " code | verb " >
-
-<!entity % sectpar
- " %par; | figure | tabular | table | %mathpar; |
- %thrm; | %litprog; ">
-<!element linuxdoc o o
- (part | chapt | sect | article | report |
- book | letter | telefax | slides | notes | manpage ) >
-
-<!entity % general system -- general purpose characters -- >
-%general;
-<!entity Ae '&Auml;' >
-<!entity ae '&auml;' >
-<!entity Oe '&Ouml;' >
-<!entity oe '&ouml;' >
-<!entity Ue '&Uuml;' >
-<!entity ue '&uuml;' >
-<!entity sz '&szlig;' >
-<!element p o o (( %inline | %sectpar )+) +(newline) >
-<!entity ptag '<p>' >
-<!entity psplit '</p><p>' >
-
-<!shortref pmap
- "&#RS;B" null
- "&#RS;B&#RE;" psplit
- "&#RS;&#RE;" psplit
--- '"' qtag --
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar >
-
-<!usemap pmap p>
-<!element em - - (%inline)>
-<!element bf - - (%inline)>
-<!element it - - (%inline)>
-<!element sf - - (%inline)>
-<!element sl - - (%inline)>
-<!element tt - - (%inline)>
-<!element sq - - (%inline)>
-<!element cparam - - (%inline)>
-
-<!entity ftag '<f>' -- formula begin -- >
-<!entity qendtag '</sq>'>
-
-<!shortref sqmap
- "&#RS;B" null
--- '"' qendtag --
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar >
-
-<!usemap sqmap sq >
-
-<!element lq - - (p*)>
-<!element quote - - ((%inline; | %sectpar;)*, p*)+ >
-<!element tscreen - - ((%inline; | %sectpar;)*, p*)+ >
-<!element itemize - - (item+)>
-<!element enum - - (item+)>
-<!element list - - (item+)>
-
-<!-- What a mess. The following is here to clean up problems with
- paragraph breaks in a descrip. I can think of cases where this might
- break, but it seems to work. mdw -->
-
-<!shortref desmap
- "&#RS;B" null
- "&#RS;B&#RE;" ptag
- "&#RS;&#RE;" ptag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "[" lsqb
- "]" rsqb
- "{" lcub
- "}" rcub
- "|" verbar >
-
-<!element descrip - - (tag?, p+)+ >
-<!usemap desmap descrip>
-
-<!element item o o ((%inline; | %sectpar;)*, p*) >
-
-<!element tag - o (%inline)>
-<!usemap global (list,itemize,enum)>
-<!entity space " ">
-<!entity null "">
-
-<!--
-<!shortref bodymap
- "&#RS;B&#RE;" ptag
- "&#RS;&#RE;" ptag
- '"' qtag
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
--->
-
-<!element figure - - ((eps | ph ), caption?)>
-<!attlist figure
- loc cdata "tbp">
-
-<!element eps - o empty >
-<!attlist eps
- file cdata #required>
-<!element ph - o empty >
-<!attlist ph
- vspace cdata #required>
-
-<!element caption - o (%inline)>
-
-<!shortref oneline
- "B&#RE;" space
- "&#RS;&#RE;" null
- "&#RS;B&#RE;" null
--- '"' qtag --
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
-
-<!usemap oneline tag>
-<!usemap oneline caption>
-
-<!entity % tabrow "(%inline, (colsep, %inline)*)" >
-<!element tabular - -
- (%tabrow, (rowsep, hline?, %tabrow)*, caption?) >
-
-<!attlist tabular
- ca cdata #required>
-
-<!element rowsep - o empty>
-<!element colsep - o empty>
-<!element hline - o empty>
-
-<!entity rowsep "<rowsep>">
-<!entity colsep "<colsep>">
-
-<!shortref tabmap
- "&#RE;" null
- "&#RS;&#RE;" null
- "&#RS;B&#RE;" null
- "&#RS;B" null
- "B&#RE;" null
- "BB" space
- "@" rowsep
- "|" colsep
- "[" ftag
--- '"' qtag --
- "_" thinsp
- "~" nbsp
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub >
-
-<!usemap tabmap tabular>
-<!element table - - (tabular, caption?) >
-<!attlist table
- loc cdata "tbp">
-
-<!element code - - rcdata>
-<!element verb - - rcdata>
-
-<!shortref ttmap -- also on one-line --
- "B&#RE;" space
- "&#RS;&#RE;" null
- "&#RS;B&#RE;" null
- "&#RS;B" null
- '#' num
- '%' percnt
- '~' tilde
- '_' lowbar
- '^' circ
- '{' lcub
- '}' rcub
- '|' verbar >
-
-<!usemap ttmap tt>
-<!entity % math system -- math symbols -- >
-%math;
-<!element mc - - cdata >
-<!entity % sppos "tu" >
-<!entity % fcs "%sppos;|phr" >
-<!entity % fcstxt "#pcdata|mc|%fcs;" >
-<!entity % fscs "rf|v|fi" >
-<!entity % limits "pr|in|sum" >
-<!entity % fbu "fr|lim|ar|root" >
-<!entity % fph "unl|ovl|sup|inf" >
-<!entity % fbutxt "(%fbu;) | (%limits;) |
- (%fcstxt;)|(%fscs;)|(%fph;)" >
-<!entity % fphtxt "p|#pcdata" >
-<!element f - - ((%fbutxt;)*) >
-
-<!entity fendtag '</f>' -- formula end -- >
-
-<!shortref fmap
- "&#RS;B" null
- "&#RS;B&#RE;" null
- "&#RS;&#RE;" null
- "_" thinsp
- "~" nbsp
- "]" fendtag
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
-
-<!usemap fmap f >
-
-<!element dm - - ((%fbutxt;)*)>
-<!element eq - - ((%fbutxt;)*)>
-
-<!shortref dmmap
- "&#RE;" space
- "_" thinsp
- "~" nbsp
- "]" fendtag
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
-
-<!usemap dmmap (dm,eq)>
-<!element fr - - (nu,de) >
-<!element nu o o ((%fbutxt;)*) >
-<!element de o o ((%fbutxt;)*) >
-<!element ll o o ((%fbutxt;)*) >
-<!element ul o o ((%fbutxt;)*) >
-<!element opd - o ((%fbutxt;)*) >
-<!element pr - - (ll,ul,opd?) >
-<!element in - - (ll,ul,opd?) >
-<!element sum - - (ll,ul,opd?) >
-<!element lim - - (op,ll,ul,opd?) >
-<!element op o o (%fcstxt;|rf|%fph;) -(tu) >
-<!element root - - ((%fbutxt;)*) >
-<!attlist root
- n cdata "">
-<!element col o o ((%fbutxt;)*) >
-<!element row o o (col, (arc, col)*) >
-
-<!element ar - - (row, (arr, row)*) >
-<!attlist ar
- ca cdata #required >
-<!element arr - o empty >
-<!element arc - o empty >
-<!entity arr "<arr>" >
-<!entity arc "<arc>" >
-
-<!shortref arrmap
- "&#RE;" space
- "@" arr
- "|" arc
- "_" thinsp
- "~" nbsp
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub >
-
-<!usemap arrmap ar >
-<!element sup - - ((%fbutxt;)*) -(tu) >
-<!element inf - - ((%fbutxt;)*) -(tu) >
-<!element unl - - ((%fbutxt;)*) >
-<!element ovl - - ((%fbutxt;)*) >
-<!element rf - o (#pcdata) >
-<!element phr - o ((%fphtxt;)*) >
-<!element v - o ((%fcstxt;)*)
- -(tu|%limits;|%fbu;|%fph;) >
-<!element fi - o (#pcdata) >
-<!element tu - o empty >
-
-<!usemap global (rf,phr)>
-<!element def - - (thtag?, p+) >
-<!element prop - - (thtag?, p+) >
-<!element lemma - - (thtag?, p+) >
-<!element coroll - - (thtag?, p+) >
-<!element proof - - (p+) >
-<!element theorem - - (thtag?, p+) >
-<!element thtag - - (%inline)>
-
-<!usemap global (def,prop,lemma,coroll,proof,theorem)>
-<!usemap oneline thtag>
-<!entity qtag '<sq>' >
-
-<!shortref global
- "&#RS;B" null -- delete leading blanks --
- -- '"' qtag --
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
-
-<!usemap global linuxdoc>
-<!element label - o empty>
-<!attlist label id cdata #required>
-
-<!-- ref modified to have an optional name field HG -->
-<!element ref - o empty>
-<!attlist ref
- id cdata #required
- name cdata "&refnam">
-
-<!-- url entity added to have direct url references HG -->
-<!element url - o empty>
-<!attlist url
- url cdata #required
- name cdata "&urlnam" >
-
-<!-- htmlurl entity added to have quieter url references esr -->
-<!element htmlurl - o empty>
-<!attlist htmlurl
- url cdata #required
- name cdata "&urlnam" >
-
-<!element pageref - o empty>
-<!attlist pageref
- id cdata #required>
-<!element comment - - (%inline)>
-<!element x - - ((#pcdata | mc)*) >
-<!usemap #empty x >
-
-<!-- Hacked by mdw to exclude abstract; abstract now part of titlepag -->
-<!element article - -
- (titlepag, header?,
- toc?, lof?, lot?, p*, (part | sect)*,
- (appendix, sect+)?, biblio?) +(footnote)>
-
-<!attlist article
- opts cdata #IMPLIED>
-
-<!-- Hacked by mdw to exclude abstract; abstract now part of titlepag -->
-<!element report - -
- (titlepag, header?, toc?, lof?, lot?, p*,
- (part | chapt)*, (appendix, chapt+)?, biblio?) +(footnote)>
-
-<!attlist report
- opts cdata #IMPLIED>
-<!element book - -
- (titlepag, header?, toc?, lof?, lot?, p*, (part | chapt)*,
- (appendix, chapt+)?, biblio?) +(footnote) >
-
-<!attlist book
- opts cdata #IMPLIED>
-
-<!-- Hacked by mdw, abstract now part of titlepag -->
-<!element titlepag o o (title, author, date?, abstract?)>
-<!element title - o (%inline, subtitle?) +(newline)>
-<!element subtitle - o (%inline)>
-<!usemap oneline titlepag>
-<!element author - o (name, thanks?, inst?,
- (and, name, thanks?, inst?)*)>
-<!element name o o (%inline) +(newline)>
-<!element and - o empty>
-<!element thanks - o (%inline)>
-<!element inst - o (%inline) +(newline)>
-<!element date - o (#pcdata) >
-
-<!usemap global thanks>
-
-<!element newline - o empty >
-<!entity nl "<newline>">
-
-<!-- Hacked by mdw -->
-<!element abstract - o (%inline)>
-<!usemap oneline abstract>
-
-
-<!element toc - o empty>
-<!element lof - o empty>
-<!element lot - o empty>
-<!element header - - (lhead, rhead) >
-<!element lhead - o (%inline)>
-<!element rhead - o (%inline)>
-<!entity % sect "heading, header?, p* " >
-<!element heading o o (%inline)>
-<!element part - o (%sect, (chapt* | sect*))>
-<!element chapt - o (%sect, sect*) +(footnote)>
-<!element sect - o (%sect, sect1*) +(footnote)>
-<!element sect1 - o (%sect, sect2*)>
-<!element sect2 - o (%sect, sect3*)>
-<!element sect3 - o (%sect, sect4*)>
-<!element sect4 - o (%sect)>
-<!usemap oneline (part,chapt,sect,sect1,sect2,sect3,sect4)>
-<!element appendix - o empty >
-<!element footnote - - (%inline)>
-<!usemap global footnote>
-<!element cite - o empty>
-<!attlist cite
- id cdata #required>
-
-<!element ncite - o empty>
-<!attlist ncite
- id cdata #required
- note cdata #required>
-
-
-<!element idx - - (#pcdata)>
-<!element cdx - - (#pcdata)>
-
-<!element biblio - o empty>
-<!attlist biblio
- style cdata "linuxdoc"
- files cdata "">
-<!element slides - - (slide*) >
-
-<!attlist slides
- opts cdata "null">
-<!element slide - o (title?, p+) >
-<!entity % addr "(address?, email?, phone?, fax?)" >
-
-<!element letter - -
- (from, %addr, to, %addr, cc?, subject?, sref?, rref?,
- rdate?, opening, p+, closing, encl?, ps?)>
-
-<!attlist letter
- opts cdata "null">
-
-<!element from - o (#pcdata) >
-<!element to - o (#pcdata) >
-
-<!usemap oneline (from,to)>
-
-<!element address - o (#pcdata) +(newline) >
-<!element email - o (#pcdata) >
-<!element phone - o (#pcdata) >
-<!element fax - o (#pcdata) >
-
-<!element subject - o (%inline;) >
-<!element sref - o (#pcdata) >
-<!element rref - o (#pcdata) >
-<!element rdate - o (#pcdata) >
-
-<!element opening - o (%inline;) >
-<!usemap oneline opening>
-
-<!element closing - o (%inline;) >
-<!element cc - o (%inline;) +(newline) >
-<!element encl - o (%inline;) +(newline) >
-
-<!element ps - o (p+) >
-
-<!element telefax - -
- (from, %addr, to, address, email?,
- phone?, fax, cc?, subject?,
- opening, p+, closing, ps?)>
-
-<!attlist telefax
- opts cdata "null"
- length cdata "2">
-
-<!element notes - - (title?, p+) >
-<!attlist notes
- opts cdata "null" >
-<!element manpage - - (sect1*)
- -(sect2 | f | %mathpar | figure | tabular |
- table | %xref | %thrm )>
-
-
-<!attlist manpage
- opts cdata "null"
- title cdata ""
- sectnum cdata "1" >
-<!shortref manpage
- "&#RS;B" null
--- '"' qtag --
- "[" ftag
- "~" nbsp
- "_" lowbar
- "#" num
- "%" percnt
- "^" circ
- "{" lcub
- "}" rcub
- "|" verbar>
-
-<!usemap manpage manpage >
-<!-- end of linuxdoc dtd -->
diff --git a/share/sgml/FreeBSD/dtd/linuxdoc.dec b/share/sgml/FreeBSD/dtd/linuxdoc.dec
deleted file mode 100644
index c063aba..0000000
--- a/share/sgml/FreeBSD/dtd/linuxdoc.dec
+++ /dev/null
@@ -1,105 +0,0 @@
- <!SGML "ISO 8879:1986"
-
- CHARSET
-
- BASESET "ISO 646:1983//CHARSET
- International Reference Version (IRV)//ESC 2/5 4/0"
- DESCSET
- 0 9 UNUSED
- 9 2 9
- 11 2 UNUSED
- 13 1 13
- 14 18 UNUSED
- 32 95 32
- 127 1 UNUSED
-
- BASESET "ISO Registration Number 100//CHARSET
- ECMA-94 Right Part of Latin Alphabet Nr. 1//ESC 2/13 4/1"
- DESCSET
- 128 32 UNUSED
- 160 96 32
-
-
- CAPACITY SGMLREF
-
- TOTALCAP 99000000
- ATTCAP 1000000
- ATTCHCAP 1000000
- AVGRPCAP 1000000
- ELEMCAP 1000000
- ENTCAP 1000000
- ENTCHCAP 1000000
- GRPCAP 1000000
- IDCAP 32000000
- IDREFCAP 32000000
-
- SCOPE DOCUMENT
-
- SYNTAX
-
- SHUNCHAR CONTROLS 0 1 2 3 4 5 6 7 8 9
- 10 11 12 13 14 15 16 17 18 19
- 20 21 22 23 24 25 26 27 28 29
- 30 31 127 128 129
- 130 131 132 133 134 135 136 137 138 139
- 140 141 142 143 144 145 146 147 148 149
- 150 151 152 153 154 155 156 157 158 159
-
- BASESET "ISO 646:1983//CHARSET
- International Reference Version (IRV)//ESC 2/5 4/0"
- DESCSET
- 0 128 0
-
-
- FUNCTION
- RE 13
- RS 10
- SPACE 32
- TAB SEPCHAR 9
-
- NAMING
- LCNMSTRT ""
- UCNMSTRT ""
- LCNMCHAR ".-"
- UCNMCHAR ".-"
- NAMECASE GENERAL YES
- ENTITY NO
-
- DELIM GENERAL SGMLREF
- SHORTREF SGMLREF
-
- NAMES SGMLREF
-
- QUANTITY SGMLREF
- ATTCNT 256
- GRPCNT 253
- GRPGTCNT 253
- LITLEN 8092
- NAMELEN 44
- TAGLVL 100
-
- FEATURES
- MINIMIZE
- DATATAG NO
- OMITTAG YES
- RANK NO
- SHORTTAG YES
-
- LINK
- SIMPLE NO
- IMPLICIT NO
- EXPLICIT NO
-
- OTHER
- CONCUR NO
- SUBDOC NO
- FORMAL YES
-
- APPINFO
- NONE
->
-
-<!--
- Reference Concrete Syntax modifications for the DocBook DTD,
- Revision: 2.2.1
- -->
OpenPOWER on IntegriCloud