You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/11/21 13:23:49 UTC

svn commit: r1544156 - /httpd/httpd/trunk/include/http_core.h

Author: trawick
Date: Thu Nov 21 12:23:49 2013
New Revision: 1544156

URL: http://svn.apache.org/r1544156
Log:
Follow-up to r1541029:

Clarify handling of the directive argument

Modified:
    httpd/httpd/trunk/include/http_core.h

Modified: httpd/httpd/trunk/include/http_core.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_core.h?rev=1544156&r1=1544155&r2=1544156&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_core.h (original)
+++ httpd/httpd/trunk/include/http_core.h Thu Nov 21 12:23:49 2013
@@ -874,8 +874,11 @@ struct ap_errorlog_provider {
 
     /** Checks syntax of ErrorLog directive argument.
      * @param cmd The config directive
-     * @param arg ErrorLog directive argument
+     * @param arg ErrorLog directive argument (or the empty string if
+     * no argument was provided)
      * @return Error message or NULL on success
+     * @remark The argument will be stored in the error_fname field
+     * of server_rec for access later.
      */
     const char * (*parse_errorlog_arg)(cmd_parms *cmd, const char *arg);