From 5aca2bd4f16d5fbaf467b1a89d43f466dc481f8d Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 18 Dec 2014 00:22:44 +0000 Subject: [PATCH] Correct some NSEdoc regarding datafiles.parse_file return values --- nselib/datafiles.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/datafiles.lua b/nselib/datafiles.lua index 159119280..32611f557 100644 --- a/nselib/datafiles.lua +++ b/nselib/datafiles.lua @@ -137,6 +137,7 @@ end -- taken by parse_lines. -- @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, ...)