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.