From: Jeff Trawick Date: Sat, 4 Aug 2012 20:37:04 +0000 (+0000) Subject: fix formatting of DEFAULT_REL_RUNTIMEDIR X-Git-Tag: 2.5.0-alpha~6514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23c07073297e36cca170b9c26ce6610d26b066d;p=thirdparty%2Fapache%2Fhttpd.git fix formatting of DEFAULT_REL_RUNTIMEDIR git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 0ff848f0725..2b35af1d763 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -558,7 +558,7 @@ etc.
Use ap_runtime_dir_relative() so that the global configuration for the location of such files, either by the - DEFAULT_REL_RUNTIMEDIR compile setting or the + DEFAULT_REL_RUNTIMEDIR compile setting or the DefaultRuntimeDir directive, will be respected. Apache httpd 2.4.2 and above.
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 0f537b20687..179e8fdaf36 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -555,7 +555,7 @@ etc.
Use ap_runtime_dir_relative() so that the global configuration for the location of such files, either by the - DEFAULT_REL_RUNTIMEDIR compile setting or the + DEFAULT_REL_RUNTIMEDIR compile setting or the DefaultRuntimeDir directive, will be respected. Apache httpd 2.4.2 and above.