From: Jeff Trawick <trawick@apache.org>
Date: Thu, 9 Apr 2015 20:41:12 +0000 (+0000)
Subject: omit the period after the example lest it get copied
X-Git-Tag: 2.5.0-alpha~3323
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b23bd21d2cd148bdc88ab81d9f3f671acd3f2700;p=apache

omit the period after the example lest it get copied

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672483 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml
index ec6fc0ea3c..9d464cc352 100644
--- a/docs/manual/mod/mod_proxy_scgi.xml
+++ b/docs/manual/mod/mod_proxy_scgi.xml
@@ -91,7 +91,7 @@ ProxyPass /scgi-bin/ balancer://somecluster/
         a "best guess" for <var>PATH_INFO</var>, set this env-var.  The
         variable must be set before <directive mod="env">SetEnv</directive>
         is effective.  <directive mod="setenv">SetEnvIf</directive> can be
-        used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>.
+        used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
         </dd>
     </dl>
 </section>