From 9ff7acfe0e26071eafe5b761e54df8aab9176139 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Oct 2008 16:24:09 +0000 Subject: [PATCH] Put empty parens after a few function names in scripting.xml; I think that's the style we use. --- docs/scripting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 3fefc5f2f..10459d14f 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1220,7 +1220,7 @@ socket:close() with ethernet sending methods. Open an interface with the ethernet_open() method. Send raw ethernet frames with ethernet_send(). Close the - ethernet handle with ethernet_close when + ethernet handle with ethernet_close() when you're done. @@ -1695,7 +1695,7 @@ local localip, localport = client_service:get_info() comments with a special form. is an NSEDoc comment taken from the - stdnse.print_debug function. + stdnse.print_debug() function. @@ -1902,7 +1902,7 @@ categories = {"discovery", "external"} Defines the class of the thing being modified: function, - table, or module. + table, or module. Like @name, this is normally inferred automatically.