svn commit: r186820 - in stable/6/lib/libc: . inet net sys

Daniel Gerzo danger at FreeBSD.org
Tue Jan 6 05:12:27 PST 2009


Author: danger (doc committer)
Date: Tue Jan  6 13:12:26 2009
New Revision: 186820
URL: http://svn.freebsd.org/changeset/base/186820

Log:
  MFC r180162:
  
  - AI_ALL and AI_V4MAPPED flags are currently not supported
  
  PR:		docs/120248
  Submitted by:	Heiko Wundram <wundram (a) beenic.net>

Modified:
  stable/6/lib/libc/   (props changed)
  stable/6/lib/libc/inet/inet_net_pton.c   (props changed)
  stable/6/lib/libc/net/getaddrinfo.3
  stable/6/lib/libc/sys/   (props changed)

Modified: stable/6/lib/libc/net/getaddrinfo.3
==============================================================================
--- stable/6/lib/libc/net/getaddrinfo.3	Tue Jan  6 13:10:15 2009	(r186819)
+++ stable/6/lib/libc/net/getaddrinfo.3	Tue Jan  6 13:12:26 2009	(r186820)
@@ -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


More information about the svn-src-all mailing list