aboutsummaryrefslogtreecommitdiff
path: root/doc/dns.html
diff options
context:
space:
mode:
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>