mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Don't use empty parentheses when referring to functions by name in NSE
documentation.
This commit is contained in:
@@ -22,7 +22,7 @@ categories = {"default", "discovery", "external", "intrusive"}
|
||||
require "comm"
|
||||
require "shortport"
|
||||
|
||||
--- An explode() function for NSE/LUA. Taken (and fixed) from http://lua-users.org/wiki/LuaRecipes
|
||||
--- An explode function for NSE/LUA. Taken (and fixed) from http://lua-users.org/wiki/LuaRecipes
|
||||
--@param d Delimiter
|
||||
--@param p Buffer to explode
|
||||
--@return A LUA Table
|
||||
|
||||
Reference in New Issue
Block a user