summaryrefslogtreecommitdiff
path: root/docs-xml/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 22:33:29 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-01 22:49:14 +0200
commitcc6a5d57ea9016b8881d5c1e49e56267b1e9c951 (patch)
treeffa3f76995bfa3f4619c87da29d2bfee2b2489d0 /docs-xml/build
parent2bda1a8885a30e10df597ed10a87388303791348 (diff)
downloadsamba-cc6a5d57ea9016b8881d5c1e49e56267b1e9c951.tar.gz
samba-cc6a5d57ea9016b8881d5c1e49e56267b1e9c951.tar.bz2
samba-cc6a5d57ea9016b8881d5c1e49e56267b1e9c951.zip
Use <example> + <smbconfblock> rather than nonexistant element
<smbconfexample>.
Diffstat (limited to 'docs-xml/build')
-rw-r--r--docs-xml/build/DTD/samba-doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba-doc b/docs-xml/build/DTD/samba-doc
index 88bfec5e1d..8de97290cb 100644
--- a/docs-xml/build/DTD/samba-doc
+++ b/docs-xml/build/DTD/samba-doc
@@ -11,6 +11,8 @@
<!ENTITY % local.linespecific.class "|smbconfblock">
<!ENTITY % local.informal.class "|imagefile">
+<!-- Include the DocBook DTD, of which this DTD is an extension -->
+
<!ENTITY % DocBookDTD
PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
@@ -21,6 +23,8 @@
"samba.entities">
%samba.entities;
+<!-- smb.conf options -->
+
<!ELEMENT smbconfblock ((smbconfoption|smbconfsection|smbconfcomment)*)>
<!ELEMENT smbconfcomment (#PCDATA)>
<!ELEMENT smbconfsection EMPTY>