From: Rainer Jung Date: Fri, 15 Oct 2010 16:30:29 +0000 (+0000) Subject: Fix description of APLOG_USE_MODULE in new X-Git-Tag: 2.3.9~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7c1dc2853e5168ecb0d925a710e415598cc30e9;p=thirdparty%2Fapache%2Fhttpd.git Fix description of APLOG_USE_MODULE in new API docs. The macro needs a trailing semicolon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023002 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index fc7a69eb711..7d0c795c5ee 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -261,7 +261,7 @@ #include <http_log.h>

#ifdef APLOG_USE_MODULE
- APLOG_USE_MODULE(foo)
+ APLOG_USE_MODULE(foo);
#endif

The number of parameters of the ap_log_* functions and the