1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +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
--- returns it as hex values
--@param hostname: hostname to resolve
--@return hostname's ip address in hex
--@param hostname Hostname to resolve
--@return Ip address of hostname in hex
function hex_resolve(hostname)
local a, b, c, d;
local t, err = ipOps.get_parts_as_number(dns.query(hostname))