1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Correct some NSEdoc regarding datafiles.parse_file return values

This commit is contained in:
dmiller
2014-12-18 00:22:44 +00:00
parent 8e8935d2c0
commit 5aca2bd4f1

View File

@@ -137,6 +137,7 @@ end
-- taken by <code>parse_lines</code>.
-- @param filename Name of the file to parse.
-- @param ... A table of capture patterns.
-- @return Boolean status, false on failure
-- @return A table whose structure mirrors that of the capture table,
-- filled in with captured values.
function parse_file(filename, ...)