1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-23 16:09:02 +00:00

Fix some nsedoc

This commit is contained in:
dmiller
2014-08-29 19:58:15 +00:00
parent 5f7f87b74b
commit 667be96764

View File

@@ -1904,7 +1904,7 @@ end
---
-- Parses a form, that is, finds its action and fields.
-- @param form A plaintext representation of form
-- @return A dictionary with keys: <code>action</action>,
-- @return A dictionary with keys: <code>action</code>,
-- <code>method</code> if one is specified, <code>fields</code>
-- which is a list of fields found in the form each of which has a
-- <code>name</code> attribute and <code>type</code> if specified.