svn commit: r186818 - in stable/7/lib/libc: . net string

Daniel Gerzo danger at FreeBSD.org
Tue Jan 6 05:09:20 PST 2009


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

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/7/lib/libc/   (props changed)
  stable/7/lib/libc/net/getaddrinfo.3
  stable/7/lib/libc/string/ffsll.c   (props changed)
  stable/7/lib/libc/string/flsll.c   (props changed)

Modified: stable/7/lib/libc/net/getaddrinfo.3
==============================================================================
--- stable/7/lib/libc/net/getaddrinfo.3	Tue Jan  6 13:05:58 2009	(r186817)
+++ stable/7/lib/libc/net/getaddrinfo.3	Tue Jan  6 13:09:19 2009	(r186818)
@@ -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