fix function name typo in @usage doc

This commit is contained in:
kris 2010-07-24 20:24:55 +00:00
parent e8862c1fa3
commit 33fa744392

View file

@ -167,7 +167,7 @@ function clock_ms()
-- @param interface_name The name of the interface.
-- @return <code>"ethernet"</code>, <code>"loopback"</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)
--- Create a mutex on an object.