[svn] commit: r1547 - /trunk/doc/userguide/userguide.xml

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 18 21:58:45 UTC 2010


Author: mgraff
Date: Thu Mar 18 21:58:45 2010
New Revision: 1547

Log:
indent properly to make editing easier

Modified:
    trunk/doc/userguide/userguide.xml

Modified: trunk/doc/userguide/userguide.xml
==============================================================================
--- trunk/doc/userguide/userguide.xml (original)
+++ trunk/doc/userguide/userguide.xml Thu Mar 18 21:58:45 2010
@@ -546,50 +546,61 @@
         <title>Install Hierarchy</title>
         <para>
           The following is the layout of the complete BIND 10 installation:
-        <itemizedlist>
-        <listitem>
-        <simpara><filename>bin/</filename> — general tools and
-        diagnostic clients.</simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>etc/bind10/</filename> — configuration files.
-        </simpara>
-  <!-- TODO: create the etc/bind10/ directory? -->
-        </listitem>
-        <listitem>
-        <simpara><filename>lib/</filename> — libraries and
-        python modules.</simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>libexec/bind10/</filename> — executables that
-        a user wouldn't normally run directly. Nor would they be used
-        independently. These are the BIND 10 modules which are daemons
-        started by the <command>bind10</command> tool.
-        </simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>sbin/</filename> — commands used by
-        the system administrator.
-        </simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>share/bind10/</filename> — configuration
-          specifications.
-        </simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>share/man/</filename> — manual pages (online
-          documentation).
-        </simpara>
-        </listitem>
-        <listitem>
-        <simpara><filename>var/bind10/</filename> — data source and
-          configuration databases.
-  <!-- TODO: move the sqlite3 database there -->
-        </simpara>
-        </listitem>
-        </itemizedlist>
-      </para>
+          <itemizedlist>
+            <listitem>
+              <simpara>
+                <filename>bin/</filename> —
+                general tools and diagnostic clients.
+              </simpara>
+            </listitem>
+            <listitem>
+            <simpara>
+              <filename>etc/bind10/</filename> —
+              configuration files.
+            </simpara>
+      <!-- TODO: create the etc/bind10/ directory? -->
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>lib/</filename> —
+                libraries and python modules.
+              </simpara>
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>libexec/bind10/</filename> —
+                executables that a user wouldn't normally run directly and
+                are not run independently.
+                These are the BIND 10 modules which are daemons started by
+                the <command>bind10</command> tool.
+              </simpara>
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>sbin/</filename> —
+                commands used by the system administrator.
+              </simpara>
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>share/bind10/</filename> —
+                configuration specifications.
+              </simpara>
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>share/man/</filename> —
+                manual pages (online documentation).
+              </simpara>
+            </listitem>
+            <listitem>
+              <simpara>
+                <filename>var/bind10/</filename> —
+                data source and configuration databases.
+              </simpara>
+            </listitem>
+          </itemizedlist>
+        </para>
       </section>
     </section>
 




More information about the bind10-changes mailing list