]> granicus.if.org Git - apache/commitdiff
Better doc of ap_server_root_relative()
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2001 21:01:11 +0000 (21:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2001 21:01:11 +0000 (21:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90583 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 81bb01ca238fa0c69d3534f72e64ab79b52f46bf..4d276c6b62385c99e53c6d529b4582d02113bdd8 100644 (file)
@@ -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
  */