diff options
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.3')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index 8c86748990..7c4bae07a1 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.26 2004/03/01 20:25:44 deraadt Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.27 2004/04/14 07:06:15 itojun Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
@@ -247,6 +247,21 @@ is returned. | |||
247 | This flag prevents any type of name resolution service (e.g., the DNS) | 247 | This flag prevents any type of name resolution service (e.g., the DNS) |
248 | from being called. | 248 | from being called. |
249 | .Pp | 249 | .Pp |
250 | If the | ||
251 | .Dv AI_NUMERICSERV | ||
252 | bit is set in the | ||
253 | .Fa ai_flags | ||
254 | member of the | ||
255 | .Fa hints | ||
256 | structure, then a non-null | ||
257 | .Fa servname | ||
258 | string must be a numeric port string. | ||
259 | Otherwise an error of | ||
260 | .Dv EAI_NONAME | ||
261 | is returned. | ||
262 | This flag prevents any type of name resolution service (e.g., the NIS) | ||
263 | from being called. | ||
264 | .Pp | ||
250 | The arguments to | 265 | The arguments to |
251 | .Fn getaddrinfo | 266 | .Fn getaddrinfo |
252 | must sufficiently be consistent and unambiguous. | 267 | must sufficiently be consistent and unambiguous. |
@@ -546,6 +561,16 @@ indicate an unknown error. | |||
546 | .%D March 1999 | 561 | .%D March 1999 |
547 | .Re | 562 | .Re |
548 | .Rs | 563 | .Rs |
564 | .%A R. Gilligan | ||
565 | .%A S. Thomson | ||
566 | .%A J. Bound | ||
567 | .%A J. McCann | ||
568 | .%A W. Stevens | ||
569 | .%T Basic Socket Interface Extensions for IPv6 | ||
570 | .%R RFC 3493 | ||
571 | .%D February 2003 | ||
572 | .Re | ||
573 | .Rs | ||
549 | .%A Tatsuya Jinmei | 574 | .%A Tatsuya Jinmei |
550 | .%A Atsushi Onoe | 575 | .%A Atsushi Onoe |
551 | .%T "An Extension of Format for IPv6 Scoped Addresses" | 576 | .%T "An Extension of Format for IPv6 Scoped Addresses" |