mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Correct some NSEdoc regarding datafiles.parse_file return values
This commit is contained in:
parent
8e8935d2c0
commit
5aca2bd4f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue