diff --git a/docs/scripting.xml b/docs/scripting.xml index bfbfcb561..9e2719e50 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1449,7 +1449,7 @@ socket:close() Mutex manipulation - + local mutex = nmap.mutex("My Script's Unique ID"); function action(host, port) mutex "lock"; @@ -1457,7 +1457,7 @@ function action(host, port) mutex "done"; return script_output; end - +