Use <example> + <smbconfblock> rather than nonexistant element
authorJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 20:33:29 +0000 (22:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 20:49:14 +0000 (22:49 +0200)
<smbconfexample>.

docs-xml/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml
docs-xml/build/DTD/samba-doc

index 58aaa29d17a61269ceb22423cb873b6304a026ed..d732f3a31dc21751cd41ecd4a879fbaf2444eb0b 100644 (file)
@@ -898,14 +898,16 @@ in <link linkend="xremmb">&smb.conf; for Not Being a master browser</link>
 </para>
 
 <para>
-<smbconfexample id="xremmb">
+<example id="xremmb">
 <title>&smb.conf; for Not Being a master browser</title>
+<smbconfblock>
 <smbconfsection name="[global]"/>
 <smbconfoption name="domain master">no</smbconfoption>
 <smbconfoption name="local master">no</smbconfoption>
 <smbconfoption name="preferred master">no</smbconfoption>
 <smbconfoption name="os level">0</smbconfoption>
-</smbconfexample>
+</smbconfblock>
+</example>
 </para>
 
 </sect2>
index 88bfec5e1d98524560ca10953e2e1c420e19fb60..8de97290cbed1b52b106f80561ab2f389576065f 100644 (file)
@@ -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>