getaddrinfo.3: Fix a field name mixup: s/ai_family/ai_flags/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Christian Franke 2010-06-16 22:54:52 +02:00 committed by Michael Kerrisk
parent 5a11d35847
commit af4a01eb57
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" and is SCTP support now also there?
.\"
.TH GETADDRINFO 3 2009-09-03 "GNU" "Linux Programmer's Manual"
.TH GETADDRINFO 3 2010-06-17 "GNU" "Linux Programmer's Manual"
.SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation
@ -393,7 +393,7 @@ If both
and
.B AI_ALL
are specified in
.IR hints.ai_family ,
.IR hints.ai_flags ,
then return both IPv6 and IPv4-mapped IPv6 addresses
in the list pointed to by
.IR res .