mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 21:19:01 +00:00
fix function name typo in @usage doc
This commit is contained in:
@@ -167,7 +167,7 @@ function clock_ms()
|
|||||||
-- @param interface_name The name of the interface.
|
-- @param interface_name The name of the interface.
|
||||||
-- @return <code>"ethernet"</code>, <code>"loopback"</code>,
|
-- @return <code>"ethernet"</code>, <code>"loopback"</code>,
|
||||||
-- <code>"p2p"</code>, or <code>nil</code>.
|
-- <code>"p2p"</code>, or <code>nil</code>.
|
||||||
-- @usage iface_type = nmap.get_interface_list("eth0")
|
-- @usage iface_type = nmap.get_interface_link("eth0")
|
||||||
function get_interface_link(interface_name)
|
function get_interface_link(interface_name)
|
||||||
|
|
||||||
--- Create a mutex on an object.
|
--- Create a mutex on an object.
|
||||||
|
|||||||
Reference in New Issue
Block a user