From: William A. Rowe Jr Date: Thu, 23 Aug 2001 21:01:11 +0000 (+0000) Subject: Better doc of ap_server_root_relative() X-Git-Tag: 2.0.25~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9507e7d0c41daba05fc5c32016719c914d4d6ed9;p=apache Better doc of ap_server_root_relative() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90583 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index 81bb01ca23..4d276c6b62 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -519,9 +519,8 @@ AP_DECLARE_NONSTD(const char *) ap_set_file_slot(cmd_parms *cmd, void *struct_pt */ AP_DECLARE_NONSTD(const char *) ap_set_deprecated(cmd_parms *cmd, void *struct_ptr, const char *arg); /** - * For modules which need to read config files, open logs, etc. ... - * this returns the fname argument if it begins with '/'; otherwise - * it relativizes it wrt server_root. + * For modules which need to read config files, open logs, etc. this returns + * the canonical form of fname made absolute to ap_server_root. * @param p pool to allocate data from * @param fname The file name */