aboutsummaryrefslogtreecommitdiff
path: root/doc/dns.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-25 06:51:43 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-25 06:51:43 +0000
commitc53dad98839f5139dcedc128d2545dd2542a7157 (patch)
treef50f3aaae16eb8f7001037b1d70b0b7b5f7ee0b6 /doc/dns.html
parent5c13076f8936ae6face0779f75c7e6f148e4989e (diff)
downloadluasocket-c53dad98839f5139dcedc128d2545dd2542a7157.tar.gz
luasocket-c53dad98839f5139dcedc128d2545dd2542a7157.tar.bz2
luasocket-c53dad98839f5139dcedc128d2545dd2542a7157.zip
Starting the manual. Oh well.
Diffstat (limited to 'doc/dns.html')
-rw-r--r--doc/dns.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dns.html b/doc/dns.html
index 71a9719..8e63407 100644
--- a/doc/dns.html
+++ b/doc/dns.html
@@ -82,7 +82,7 @@ Converts from IP address to host name.
82</p> 82</p>
83 83
84<p class=return> 84<p class=return>
85The function a string with the canonic host name of the given 85The function returns a string with the canonic host name of the given
86<tt>address</tt>, followed by a table with all information returned by 86<tt>address</tt>, followed by a table with all information returned by
87the resolver. In case of error, the function returns <b><tt>nil</tt></b> 87the resolver. In case of error, the function returns <b><tt>nil</tt></b>
88followed by an error message. 88followed by an error message.