summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2009-01-06 13:09:19 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2009-01-06 13:09:19 +0000
commit0b3a76da5b8bd13a872c39e3214af35b38471dc2 (patch)
treef470ee35c0e22faa72552ef8869be87e6c02efb4
parent8d7531d51ad20fb2612d3bb1a108015aec893300 (diff)
Notes
-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 07bef877de68..8afdcf9f446d 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