Clarify handling of the directive argument
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1544156 13f79535-47bb-0310-9956-
ffa450edef68
/** 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);