mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 02:27:59 +00:00
fix function name typo in @usage doc
This commit is contained in:
parent
e8862c1fa3
commit
33fa744392
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue