diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-25 06:51:43 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-25 06:51:43 +0000 |
commit | c53dad98839f5139dcedc128d2545dd2542a7157 (patch) | |
tree | f50f3aaae16eb8f7001037b1d70b0b7b5f7ee0b6 /doc/dns.html | |
parent | 5c13076f8936ae6face0779f75c7e6f148e4989e (diff) | |
download | luasocket-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.html | 2 |
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> |
85 | The function a string with the canonic host name of the given | 85 | The 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 |
87 | the resolver. In case of error, the function returns <b><tt>nil</tt></b> | 87 | the resolver. In case of error, the function returns <b><tt>nil</tt></b> |
88 | followed by an error message. | 88 | followed by an error message. |