From 33fa7443927ec467dbb85e8ea78624bcf04de189 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 24 Jul 2010 20:24:55 +0000 Subject: [PATCH] fix function name typo in @usage doc --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.