1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Removed special chars from comments

This commit is contained in:
joao
2009-06-13 02:25:41 +00:00
parent 3d683755dc
commit 2d096e924f

View File

@@ -33,8 +33,8 @@ require "dns"
--- Function that resolves IP address for hostname and --- Function that resolves IP address for hostname and
--- returns it as hex values --- returns it as hex values
--@param hostname: hostname to resolve --@param hostname Hostname to resolve
--@return hostname's ip address in hex --@return Ip address of hostname in hex
function hex_resolve(hostname) function hex_resolve(hostname)
local a, b, c, d; local a, b, c, d;
local t, err = ipOps.get_parts_as_number(dns.query(hostname)) local t, err = ipOps.get_parts_as_number(dns.query(hostname))