[svnbook] r3919 committed - Markup corrections only.

svnbook at googlecode.com svnbook at googlecode.com
Tue Jul 26 14:52:58 CDT 2011


Revision: 3919
Author:   cmpilato at gmail.com
Date:     Tue Jul 26 12:51:54 2011
Log:      Markup corrections only.
http://code.google.com/p/svnbook/source/detail?r=3919

Modified:
  /trunk/src/en/book/appc-webdav.xml

=======================================
--- /trunk/src/en/book/appc-webdav.xml	Tue Jul  5 09:25:22 2011
+++ /trunk/src/en/book/appc-webdav.xml	Tue Jul 26 12:51:54 2011
@@ -203,7 +203,7 @@
        Subversion <literal><Location></literal> block:</para>

      <informalexample>
-      <screen>
+      <programlisting>
  <Location /repos>
    DAV svn
    SVNPath /var/svn/repository
@@ -212,7 +212,7 @@
    ModMimeUsePathInfo on

  </Location>
-</screen>
+</programlisting>
      </informalexample>

      <para>This directive allows <literal>mod_mime</literal> to attempt
@@ -650,9 +650,9 @@
            <filename>httpd.conf</filename>:</para>

          <informalexample>
-          <screen>
+          <programlisting>
  BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
-</screen>
+</programlisting>
          </informalexample>

        </sect3>




More information about the svnbook-dev mailing list