diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 04:28:21 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 04:28:21 +0000 |
commit | 0a4c1534f39511894728da193ab8225ad6022de9 (patch) | |
tree | 683b711accf64eca486b138cbc034c609f93a53a /doc/dns.html | |
parent | 8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (diff) | |
download | luasocket-0a4c1534f39511894728da193ab8225ad6022de9.tar.gz luasocket-0a4c1534f39511894728da193ab8225ad6022de9.tar.bz2 luasocket-0a4c1534f39511894728da193ab8225ad6022de9.zip |
Still work to do in the manual...
Diffstat (limited to 'doc/dns.html')
-rw-r--r-- | doc/dns.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/dns.html b/doc/dns.html index 226a604..fa4c230 100644 --- a/doc/dns.html +++ b/doc/dns.html | |||
@@ -36,7 +36,7 @@ | |||
36 | <h2 id=dns>DNS</h2> | 36 | <h2 id=dns>DNS</h2> |
37 | 37 | ||
38 | <p> | 38 | <p> |
39 | Name resolution function return <em>all</em> information returned by the | 39 | Name resolution functions return <em>all</em> information obtained from the |
40 | resolver in a table of the form: | 40 | resolver in a table of the form: |
41 | </p> | 41 | </p> |
42 | 42 | ||
@@ -59,14 +59,9 @@ socket.dns.<b>gethostname()</b> | |||
59 | </p> | 59 | </p> |
60 | 60 | ||
61 | <p class=description> | 61 | <p class=description> |
62 | Returns the standard host name for the machine. | 62 | Returns the standard host name for the machine as a string. |
63 | </p> | 63 | </p> |
64 | 64 | ||
65 | <p class=return> | ||
66 | The function returns a string with the host name. | ||
67 | </p> | ||
68 | |||
69 | |||
70 | <!-- tohostname +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 65 | <!-- tohostname +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
71 | 66 | ||
72 | <p class=name id=tohostname> | 67 | <p class=name id=tohostname> |