diff options
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> |