aboutsummaryrefslogtreecommitdiff
path: root/doc/dns.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 04:28:21 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 04:28:21 +0000
commit0a4c1534f39511894728da193ab8225ad6022de9 (patch)
tree683b711accf64eca486b138cbc034c609f93a53a /doc/dns.html
parent8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (diff)
downloadluasocket-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.html9
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>
39Name resolution function return <em>all</em> information returned by the 39Name resolution functions return <em>all</em> information obtained from the
40resolver in a table of the form: 40resolver 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>
62Returns the standard host name for the machine. 62Returns the standard host name for the machine as a string.
63</p> 63</p>
64 64
65<p class=return>
66The 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>