summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer/hooks.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2016-05-21 23:01:21 +0200
committerRich Bowen <rbowen@apache.org>2016-05-21 23:01:21 +0200
commit81aad8d58e71cb715e6a453285a04440da1cd892 (patch)
treee98743e5f7b2f299c603d41fb95d2861185aaf12 /docs/manual/developer/hooks.html.en
parentClarify the meaning of the file-group syntax, as per bz59610 (diff)
downloadapache2-81aad8d58e71cb715e6a453285a04440da1cd892.tar.xz
apache2-81aad8d58e71cb715e6a453285a04440da1cd892.zip
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/hooks.html.en')
-rw-r--r--docs/manual/developer/hooks.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en
index 1a15985544..090eb85b4e 100644
--- a/docs/manual/developer/hooks.html.en
+++ b/docs/manual/developer/hooks.html.en
@@ -162,7 +162,7 @@ ret=ap_run_do_something(r, n);</pre>
<p>Include the appropriate header, and define a static function
of the correct type:</p>
- <pre class="prettyprint lang-c">static int my_something_doer(request_rec *r, int n)<br />
+ <pre class="prettyprint lang-c">static int my_something_doer(request_rec *r, int n)
{
...
return OK;