From ede4ebf969ccc4ad4da25b24fb2e2b1040dff693 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 8 Mar 2016 13:25:48 -0300 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 1bc552e..314e481 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -424,7 +424,7 @@ Example: '''Version:''' 2.9.1 (to be released) -; Note : Notice that the JSON format is only available if ModSecurity was compiled with support to JSON via the YAJL library. During the compilation time, the yajl-dev package (or similar) must be part of the system. The configure scripts provides information if the YAJL support was enabled or not. +; Note : The JSON format is only available if ModSecurity was compiled with support to JSON via the YAJL library. During the compilation time, the yajl-dev package (or similar) must be part of the system. The configure scripts provides information if the YAJL support was enabled or not. == SecAuditLogFileMode == '''Description:''' Configures the mode (permissions) of any files created for concurrent audit logs using an octal mode (as used in chmod). See SecAuditLogDirMode for controlling the mode of created audit log directories.