From 9507e7d0c41daba05fc5c32016719c914d4d6ed9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 23 Aug 2001 21:01:11 +0000 Subject: [PATCH] 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 --- include/http_config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */ -- 2.40.0