From 4be538b4464c8f9c38187e7cdaf18454996e2a31 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sat, 25 Jan 2014 11:22:13 +0000 Subject: [PATCH] fixups to quiet the latex build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561283 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/API.xml | 1 - docs/manual/mod/mod_remoteip.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual/developer/API.xml b/docs/manual/developer/API.xml index ab9c5dd7072..45cd728b99c 100644 --- a/docs/manual/developer/API.xml +++ b/docs/manual/developer/API.xml @@ -387,7 +387,6 @@ int method_number; /* M_GET, M_POST, etc. */
void *per_dir_config;   /* Options set in config files, etc. */
 void *request_config;   /* Notes on *this* request */
-
}; diff --git a/docs/manual/mod/mod_remoteip.xml b/docs/manual/mod/mod_remoteip.xml index bb764d33eb6..02f680cb41f 100644 --- a/docs/manual/mod/mod_remoteip.xml +++ b/docs/manual/mod/mod_remoteip.xml @@ -178,11 +178,11 @@ RemoteIPInternalProxyList conf/trusted-proxies.lst conf/trusted-proxies.lst contents -
+    
 # Our internally trusted proxies;
 10.0.2.0/24         #Everyone in the testing group
 gateway.localdomain #The front end balancer
-         
+
-- 2.47.3