mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 18:19:05 +00:00
Fix NSEDoc (@param not @arg).
This commit is contained in:
@@ -1361,7 +1361,7 @@ local MONTH_MAP = {
|
||||
-- * Sun, 06 Nov 1994 08:49:37 GMT (RFC 822, updated by RFC 1123)
|
||||
-- * Sunday, 06-Nov-94 08:49:37 GMT (RFC 850, obsoleted by RFC 1036)
|
||||
-- * Sun Nov 6 08:49:37 1994 (ANSI C's <code>asctime()</code> format)
|
||||
-- @arg s the date string.
|
||||
-- @param s the date string.
|
||||
-- @return a table with keys <code>year</code>, <code>month</code>,
|
||||
-- <code>day</code>, <code>hour</code>, <code>min</code>, <code>sec</code>, and
|
||||
-- <code>isdst</code>, relative to GMT, suitable for input to
|
||||
|
||||
Reference in New Issue
Block a user