]> granicus.if.org Git - apache/commitdiff
fixups to quiet the latex build
authorAndré Malo <nd@apache.org>
Sat, 25 Jan 2014 11:22:13 +0000 (11:22 +0000)
committerAndré Malo <nd@apache.org>
Sat, 25 Jan 2014 11:22:13 +0000 (11:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561283 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.xml
docs/manual/mod/mod_remoteip.xml

index ab9c5dd7072cd2073df71cd518f882d65ae3cdc3..45cd728b99c0aa17bd7d35d915942e44e3ee3e54 100644 (file)
@@ -387,7 +387,6 @@ int method_number;   /* M_GET, M_POST, <em>etc.</em> */
         <br />
 <pre>void *per_dir_config;   /* Options set in config files, <em>etc.</em> */
 void *request_config;   /* Notes on *this* request */</pre>
-        <br />
         };
       </example>
     </section>
index bb764d33eb665b5e4eef90d90bbbcbeee6281cdc..02f680cb41fa012229ef53b953b28524e77913fd 100644 (file)
@@ -178,11 +178,11 @@ RemoteIPInternalProxyList conf/trusted-proxies.lst
     </example>
 
     <example><title>conf/trusted-proxies.lst contents</title>
-    <example><pre>
+    <pre>
 # Our internally trusted proxies;
 10.0.2.0/24         #Everyone in the testing group
 gateway.localdomain #The front end balancer
-         </pre></example>
+</pre>
     </example>
 </usage>
 </directivesynopsis>