Found when rtfm.
/**
* Deny access for a range of IP addresses.
*
- * \param addr The address to permit.
- * \param netmask The netmask of the entry to be permitted.
+ * \param addr The address to deny.
+ * \param netmask The netmask of the entry to be denied.
* \param acl The access control list.
* \param default_deny Whether \a acl is a whitelist.
*/
<qu>
option "config_file" c
#~~~~~~~~~~~~~~~~~~~~~
-"(default='</qu>DEFAULT_CONFIG_FILE<qu>'"
+"(default='</qu>DEFAULT_CONFIG_FILE<qu>')"
string typestr="filename"
optional
details="
value.
debug: Produces really noisy output.
- info: Still noisy, but won't fill up the disk quicky.
+ info: Still noisy, but won't fill up the disk quickly.
notice: Indicates normal, but significant event.
warning: Unexpected events that can be handled.
error: Unhandled error condition.