diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc
index 55bbbd469..108b3f583 100644
--- a/nselib/nmap.luadoc
+++ b/nselib/nmap.luadoc
@@ -167,7 +167,7 @@ function clock_ms()
-- @param interface_name The name of the interface.
-- @return "ethernet", "loopback",
-- "p2p", or nil.
--- @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.