1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Fix broken comment in nmap.luadoc.

Preventing get_interface from appearing in documentation.
This commit is contained in:
david
2011-06-21 18:16:39 +00:00
parent dc4e67dffc
commit 873f2dbb64

View File

@@ -75,7 +75,7 @@ function address_family()
-- table, example: <code>nmap.get_interface_info("eth0")</code>.
--
-- @return A string containing the interface name (dnet-style) on
success, or a nil value on failures.
-- success, or a nil value on failures.
-- @usage local interface_name = nmap.get_interface()
function get_interface()