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