diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index d90ea55542..570d939ce2 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.17 2002/04/30 16:31:42 mpech Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.18 2003/05/30 21:37:59 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -215,13 +215,27 @@ will result in an answer; | |||
215 | for example, a mail-forwarder may be registered for this domain. | 215 | for example, a mail-forwarder may be registered for this domain. |
216 | .El | 216 | .El |
217 | .Sh SEE ALSO | 217 | .Sh SEE ALSO |
218 | .Xr resolver 3 , | ||
219 | .Xr getaddrinfo 3 , | 218 | .Xr getaddrinfo 3 , |
220 | .Xr getnameinfo 3 , | 219 | .Xr getnameinfo 3 , |
220 | .Xr resolver 3 , | ||
221 | .Xr hosts 5 , | 221 | .Xr hosts 5 , |
222 | .Xr resolv.conf 5 , | 222 | .Xr resolv.conf 5 , |
223 | .Xr hostname 7 , | 223 | .Xr hostname 7 , |
224 | .Xr named 8 | 224 | .Xr named 8 |
225 | .Sh HISTORY | ||
226 | The | ||
227 | .Fn herror | ||
228 | function appeared in | ||
229 | .Bx 4.3 . | ||
230 | The | ||
231 | .Fn endhostent , | ||
232 | .Fn gethostbyaddr , | ||
233 | .Fn gethostbyname , | ||
234 | .Fn gethostent , | ||
235 | and | ||
236 | .Fn sethostent | ||
237 | functions appeared in | ||
238 | .Bx 4.2 . | ||
225 | .Sh CAVEATS | 239 | .Sh CAVEATS |
226 | If the search routines in | 240 | If the search routines in |
227 | .Xr resolv.conf 5 | 241 | .Xr resolv.conf 5 |
@@ -248,20 +262,6 @@ or | |||
248 | The | 262 | The |
249 | .Fn endhostent | 263 | .Fn endhostent |
250 | function closes the file. | 264 | function closes the file. |
251 | .Sh HISTORY | ||
252 | The | ||
253 | .Fn herror | ||
254 | function appeared in | ||
255 | .Bx 4.3 . | ||
256 | The | ||
257 | .Fn endhostent , | ||
258 | .Fn gethostbyaddr , | ||
259 | .Fn gethostbyname , | ||
260 | .Fn gethostent , | ||
261 | and | ||
262 | .Fn sethostent | ||
263 | functions appeared in | ||
264 | .Bx 4.2 . | ||
265 | .Sh BUGS | 265 | .Sh BUGS |
266 | These functions use static data storage; | 266 | These functions use static data storage; |
267 | if the data is needed for future use, it should be | 267 | if the data is needed for future use, it should be |