]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
It's "return cfg;", not "return dir;".
authorDaniel Gruno <humbedooh@apache.org>
Wed, 11 Apr 2012 14:40:09 +0000 (14:40 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 11 Apr 2012 14:40:09 +0000 (14:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324786 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.html.en
docs/manual/developer/modguide.xml

index 80240dc5ea56100ef2945cfb6f2479af871d03ac..7d463085c6703d35bdc913a76103e795bb0bd3ad 100644 (file)
@@ -1198,7 +1198,7 @@ our name tag as the Per-directory configuration handler:
         cfg<code style="color:#806030; ">-</code><code style="color:#806030; ">&gt;</code><code style="color:#008833">path</code> <code style="color:#806030; ">=</code> <code style="color:#800000; ">"</code><code style="color:#e60000; ">/foo/bar</code><code style="color:#800000; ">"</code><code style="color:#806030; ">;</code>
         cfg<code style="color:#806030; ">-</code><code style="color:#806030; ">&gt;</code><code style="color:#008833">typeOfAction</code> <code style="color:#806030; ">=</code> <code style="color:#c00000; ">0x11</code><code style="color:#806030; ">;</code>
     <code style="color:#806030; ">}</code>
-    <code style="color:#400000; font-weight:bold; ">return</code> dir<code style="color:#806030; ">;</code>
+    <code style="color:#400000; font-weight:bold; ">return</code> cfg<code style="color:#806030; ">;</code>
 <code style="color:#806030; ">}</code>
 </pre>
 
index e276f1080866b4b63723b5ddb9fa707043737c4c..fae6fb7e33ff4a29c7aacb2de7858ec272e677ee 100644 (file)
@@ -1197,7 +1197,7 @@ our name tag as the Per-directory configuration handler:
         cfg<code style='color:#806030; '>-</code><code style='color:#806030; '>></code><code style='color:#008833'>path</code> <code style='color:#806030; '>=</code> <code style='color:#800000; '>"</code><code style='color:#e60000; '>/foo/bar</code><code style='color:#800000; '>"</code><code style='color:#806030; '>;</code>
         cfg<code style='color:#806030; '>-</code><code style='color:#806030; '>></code><code style='color:#008833'>typeOfAction</code> <code style='color:#806030; '>=</code> <code style='color:#c00000; '>0x11</code><code style='color:#806030; '>;</code>
     <code style='color:#806030; '>}</code>
-    <code style='color:#400000; font-weight:bold; '>return</code> dir<code style='color:#806030; '>;</code>
+    <code style='color:#400000; font-weight:bold; '>return</code> cfg<code style='color:#806030; '>;</code>
 <code style='color:#806030; '>}</code>
 </pre>
 <!-- END EXAMPLE CODE -->