]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
<example> fixups.
authorDavid Shane Holden <dpejesh@apache.org>
Sun, 8 Sep 2002 21:39:10 +0000 (21:39 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Sun, 8 Sep 2002 21:39:10 +0000 (21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96716 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/handler.xml

index 3907bb4f205808b2fb3e2f63d14f8299519b8428..87c55a3553097c515c9425aae0a4c79d9eef1682 100644 (file)
       the <code>html</code> extension to trigger the launch of the
       <code>footer.pl</code> CGI script.</p>
       
-      <example><code>
+      <example>
         Action add-footer /cgi-bin/footer.pl<br/>
         AddHandler add-footer .html
-      </code></example>
+      </example>
 
       <p>Then the CGI script is responsible for sending the
       originally requested document (pointed to by the
       the <code>send-as-is</code> handler, regardless of their
       filename extensions.</p>
 
-      <example><code>
+      <example>
         &lt;Directory /web/htdocs/asis&gt;<br/>
         SetHandler send-as-is<br/>
         &lt;/Directory&gt;
-      </code></example>
+      </example>
       
     </section>
   </section>
     been made to the <a href="developer/API.html">Apache API</a> that
     you may wish to make use of. Specifically, a new record has
     been added to the <code>request_rec</code> structure:</p>
-<pre>
-    char *handler
-</pre>
+
+    <example>
+      char *handler
+    </example>
 
     <p>If you wish to have your module engage a handler, you need
     only to set <code>r-&gt;handler</code> to the name of the