diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 854391a7..5d35a3c6 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -3,7 +3,7 @@
ModSecurity Reference Manual
- Version 2.5.0-dev3 / (September 21, 2007)
+ Version 2.5.0-dev3 / (September 28, 2007)
2004-2007
@@ -4458,6 +4458,27 @@ SecRule REQUEST_COOKIES:SESSIONID "47414e81cbbef3cf8366e84eeacba091" \
rule.
+
+ tag
+
+ Description: Assigns custom text
+ to a rule or chain.
+
+ Action Group: Metadata
+
+ Example:
+
+ SecRule REQUEST_FILENAME "\b(?:n(?:map|et|c)|w(?:guest|sh)|cmd(?:32)?|telnet|rcmd|ftp)\.exe\b" \
+ "deny,msg:'System Command Access',id:'950002',tag:'WEB_ATTACK/FILE_INJECTION',tag:'OWASP/A2',severity:'2'"
+
+ Note
+
+ The tag information appears in the error and/or audit log files.
+ Its intent is to be used to automate classification of rules and the
+ alerts generated by rules. Multiple tags can be used per
+ rule/chain.
+
+