diff --git a/docs/scripting.xml b/docs/scripting.xml
index 4c6f83f05..c23a64f6b 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -531,7 +531,8 @@ license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
evaluates to true, the script action
is performed. Otherwise the action is skipped. Port rules are
only matched against TCP or UDP ports in the
- open or open|filtered
+ open, open|filtered or
+ unfiltered
states. Host rules are matched exactly once against every
scanned host. The action, like the rule, is a Lua function,
which takes a host and port table as arguments. If the script is