aboutsummaryrefslogtreecommitdiff
path: root/doc/dns.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
commit62a4c505e488c714e8795ea85564504562d30301 (patch)
treef270f53f26905b7275cea172e52ebc269a41c695 /doc/dns.html
parent0c9f420a3549df3fb331bb24157b65a3301641d4 (diff)
downloadluasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz
luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2
luasocket-62a4c505e488c714e8795ea85564504562d30301.zip
Working on the manual...
Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
Diffstat (limited to 'doc/dns.html')
-rw-r--r--doc/dns.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dns.html b/doc/dns.html
index 6abf341..17cee45 100644
--- a/doc/dns.html
+++ b/doc/dns.html
@@ -70,7 +70,7 @@ Converts from IP address to host name.
70<p class=return> 70<p class=return>
71The function a string with the canonic host name of the given 71The function a string with the canonic host name of the given
72<tt>address</tt>, followed by a table with all information returned by 72<tt>address</tt>, followed by a table with all information returned by
73the resolver. In case of error, the function returns <tt>nil</tt> 73the resolver. In case of error, the function returns <b><tt>nil</tt></b>
74followed by an error message. 74followed by an error message.
75</p> 75</p>
76 76
@@ -92,7 +92,7 @@ Converts from host name to IP address.
92<p class=return> 92<p class=return>
93Returns a string with the first IP address found for <tt>address</tt>, 93Returns a string with the first IP address found for <tt>address</tt>,
94followed by a table with all information returned by the resolver. 94followed by a table with all information returned by the resolver.
95In case of error, the function returns <tt>nil</tt> followed by an error 95In case of error, the function returns <b><tt>nil</tt></b> followed by an error
96message. 96message.
97</p> 97</p>
98 98