diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
commit | 62a4c505e488c714e8795ea85564504562d30301 (patch) | |
tree | f270f53f26905b7275cea172e52ebc269a41c695 /doc/dns.html | |
parent | 0c9f420a3549df3fb331bb24157b65a3301641d4 (diff) | |
download | luasocket-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.html | 4 |
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> |
71 | The function a string with the canonic host name of the given | 71 | The 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 |
73 | the resolver. In case of error, the function returns <tt>nil</tt> | 73 | the resolver. In case of error, the function returns <b><tt>nil</tt></b> |
74 | followed by an error message. | 74 | followed 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> |
93 | Returns a string with the first IP address found for <tt>address</tt>, | 93 | Returns a string with the first IP address found for <tt>address</tt>, |
94 | followed by a table with all information returned by the resolver. | 94 | followed by a table with all information returned by the resolver. |
95 | In case of error, the function returns <tt>nil</tt> followed by an error | 95 | In case of error, the function returns <b><tt>nil</tt></b> followed by an error |
96 | message. | 96 | message. |
97 | </p> | 97 | </p> |
98 | 98 | ||