]> granicus.if.org Git - apache/commitdiff
Fix definition of <section>, which was duplicated but not quite the same in
authorJoshua Slive <slive@apache.org>
Tue, 16 Jul 2002 12:46:15 +0000 (12:46 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 16 Jul 2002 12:46:15 +0000 (12:46 +0000)
manualpage and common.

Submitted by: Vincent de Lau <vincent@delau.nl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96076 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd
docs/manual/style/manualpage.dtd

index c3e85cc90f587df0d1c3de6c2cef1777aabbfc0a..4fa0c41e3c1cc3e26a7786287c51e5746f89fa99 100644 (file)
 
 <!ELEMENT modulelist (module)+>
 
-<!ELEMENT section (section | title | %blocktags;)*>
-
-<!ATTLIST section id CDATA #IMPLIED>
+<!-- a page may have one or more sections. Each section is named by an
+     unique id. A section must have a title and some text. It may have
+     subsections and a list of related modules and directives -->
+<!ELEMENT section (title, (section | related | %blocktags;)*)>
+<!ATTLIST section id ID #IMPLIED>
 
 <!ELEMENT module (#PCDATA)>
 
index 30028b5d0e6dee738a575cddcd18339e5a6e9473..8890f445594cac931522e9ba763a02daab074b06 100644 (file)
@@ -6,12 +6,6 @@
 <!-- <manualpage> is the root element -->
 <!ELEMENT manualpage (title, summary?, seealso*, section*)>
 
-<!-- a page may have one or more sections. Each section is named by an
-     unique id. A section must have a title and some text. It may have
-     subsections and a list of related modules and directives -->
-<!ELEMENT section (title, (section | related | %blocktags;)*)>
-<!ATTLIST section id ID #IMPLIED>
-
 <!-- the lists of related modules and/or related directives -->
 <!ELEMENT related (modulelist | directivelist)+>