mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Correct some NSEdoc regarding datafiles.parse_file return values
This commit is contained in:
@@ -137,6 +137,7 @@ end
|
|||||||
-- taken by <code>parse_lines</code>.
|
-- taken by <code>parse_lines</code>.
|
||||||
-- @param filename Name of the file to parse.
|
-- @param filename Name of the file to parse.
|
||||||
-- @param ... A table of capture patterns.
|
-- @param ... A table of capture patterns.
|
||||||
|
-- @return Boolean status, false on failure
|
||||||
-- @return A table whose structure mirrors that of the capture table,
|
-- @return A table whose structure mirrors that of the capture table,
|
||||||
-- filled in with captured values.
|
-- filled in with captured values.
|
||||||
function parse_file(filename, ...)
|
function parse_file(filename, ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user