From: Daniel Gruno Date: Sun, 22 Jul 2012 14:17:01 +0000 (+0000) Subject: typo fixes X-Git-Tag: 2.4.3~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8ee05fae55e5f4e16ffd22101484d3477bfb668;p=apache typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364307 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0291c5aeac..896a5f3d9f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1347,7 +1347,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M" format [%t] [%l] [%a] %M  is not available, the surrounding brackets are not logged either. Space characters can be escaped with a backslash to prevent them from delimiting a field. The combination '% ' - (percent space) is a zero-witdh field delimiter that does not produce any + (percent space) is a zero-width field delimiter that does not produce any output.

The above behavior can be changed by adding modifiers to the format diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 6437323400..2c2f4b3862 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -499,7 +499,7 @@ are interpreted, it is important to understand how this works.

order.

Later sections override earlier ones, however each module is responsible - for interpeting what form this override takes. A later configuration section + for interpreting what form this override takes. A later configuration section with directives from a given module might cause a conceptual "merge" of some directives, all directives, or a complete replacement of the modules configuration with the module defaults and directives explicitly listed in