From: Eric Covener Date: Sun, 18 Sep 2016 19:06:13 +0000 (+0000) Subject: missing paren -- thanks to danielsh X-Git-Tag: 2.4.24~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60b072b539422b36f8915ea8628b07d0c1ef259;p=thirdparty%2Fapache%2Fhttpd.git missing paren -- thanks to danielsh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1761353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4f022cf05cc..52873ad5008 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -793,7 +793,7 @@ DocumentRoot "/var/www/${servername}/htdocs" Support for the the other configuration sections was erroneously permitted by the initial implementation of this directive and is only preserved (with unintuitive - results to maintain backward compatibility.

+ results) to maintain backward compatibility.