From 873f2dbb64bd044e858761f0e12147e87922a38f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 21 Jun 2011 18:16:39 +0000 Subject: [PATCH] Fix broken comment in nmap.luadoc. Preventing get_interface from appearing in documentation. --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 487bdd95c..a8ef7deab 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -75,7 +75,7 @@ function address_family() -- table, example: nmap.get_interface_info("eth0"). -- -- @return A string containing the interface name (dnet-style) on -success, or a nil value on failures. +-- success, or a nil value on failures. -- @usage local interface_name = nmap.get_interface() function get_interface()