From 6bcb9f7e7d81f9ea6e20001c79264c2904687aec Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Nov 2008 20:16:45 +0000 Subject: [PATCH] Put in the first column in an example in scripting.xml to avoid a trailing blank line. --- docs/scripting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - +