summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2008-07-01 22:59:20 +0000
committerdanger <danger@FreeBSD.org>2008-07-01 22:59:20 +0000
commit7572ac62733575418a63680bbc3bada7beddf679 (patch)
tree33349f96ae14ae097a911c021207dada8737ce35 /lib/libc
parentb3f9efd84f8df8197d4f03f332661619566d3c1c (diff)
downloadFreeBSD-src-7572ac62733575418a63680bbc3bada7beddf679.zip
FreeBSD-src-7572ac62733575418a63680bbc3bada7beddf679.tar.gz
- AI_ALL and AI_V4MAPPED flags are currently not supported
PR: docs/120248 Submitted by: Heiko Wundram <wundram (a) beenic.net>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/getaddrinfo.319
1 files changed, 18 insertions, 1 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 07bef877..8afdcf9 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -18,7 +18,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 6, 2007
+.Dd July 1, 2008
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -237,6 +237,11 @@ flag shall be ignored unless
.Fa ai_family
equals
.Dv AF_INET6 .
+Note: this flag is currently
+.Em not
+supported, see the
+.Sx BUGS
+section.
.El
.El
.Pp
@@ -485,6 +490,18 @@ freeaddrinfo(res0);
.%B "Proceedings of the freenix track: 2000 USENIX annual technical conference"
.%D June 2000
.Re
+.Sh BUGS
+The
+.Nm
+function as implemented in
+.Fx
+currently does not support
+.Dv AI_ALL
+and
+.Dv AI_V4MAPPED
+flags and returns
+.Dv EAI_BADFLAGS
+if one of them is specified.
.Sh STANDARDS
The
.Fn getaddrinfo
OpenPOWER on IntegriCloud