public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] getaddrinfo.3: fix ai_flags ai_family mixup
@ 2010-06-16 13:26 Christian Franke
       [not found] ` <20100616132659.GA16973-FCpQSzCsxjR54TAoqtyWWQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Franke @ 2010-06-16 13:26 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Please CC me in list replies as I am not subscribed to this list.

Signed-off-by: Christian Franke <nobody-e83xkrq8dvbLvtPRa3sz4w@public.gmane.org>
---
 man3/getaddrinfo.3 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index d33b8ab..82ffa73 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -35,6 +35,8 @@
 .\" 2008-06-18, mtk: many parts rewritten
 .\" 2008-12-04, Petr Baudis <pasky-AlSwsSmVLrQ@public.gmane.org>
 .\"	Describe results ordering and reference /etc/gai.conf.
+.\" 2010-06-16, Christian Franke <nobody-e83xkrq8dvbLvtPRa3sz4w@public.gmane.org>
+.\"	Fixed a bug where ai_flags and ai_family got mixed up.
 .\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
 .\"           and is SCTP support now also there?
 .\"
@@ -393,7 +395,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 .
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] getaddrinfo.3: fix ai_flags ai_family mixup
       [not found] ` <20100616132659.GA16973-FCpQSzCsxjR54TAoqtyWWQ@public.gmane.org>
@ 2010-06-17  4:12   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2010-06-17  4:12 UTC (permalink / raw)
  To: nobody-e83xkrq8dvbLvtPRa3sz4w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Christian,

On Wed, Jun 16, 2010 at 3:26 PM, Christian Franke <nobody-e83xkrq8dvbLvtPRa3sz4w@public.gmane.org> wrote:
> Please CC me in list replies as I am not subscribed to this list.

Thanks. Applied for 3.25.

Cheers,

Michael


> Signed-off-by: Christian Franke <nobody-e83xkrq8dvbLvtPRa3sz4w@public.gmane.org>
> ---
>  man3/getaddrinfo.3 |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
> index d33b8ab..82ffa73 100644
> --- a/man3/getaddrinfo.3
> +++ b/man3/getaddrinfo.3
> @@ -35,6 +35,8 @@
>  .\" 2008-06-18, mtk: many parts rewritten
>  .\" 2008-12-04, Petr Baudis <pasky-AlSwsSmVLrQ@public.gmane.org>
>  .\"    Describe results ordering and reference /etc/gai.conf.
> +.\" 2010-06-16, Christian Franke <nobody-e83xkrq8dvbLvtPRa3sz4w@public.gmane.org>
> +.\"    Fixed a bug where ai_flags and ai_family got mixed up.
>  .\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
>  .\"           and is SCTP support now also there?
>  .\"
> @@ -393,7 +395,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 .
> --
> 1.5.6.5
>
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-17  4:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-16 13:26 [PATCH] getaddrinfo.3: fix ai_flags ai_family mixup Christian Franke
     [not found] ` <20100616132659.GA16973-FCpQSzCsxjR54TAoqtyWWQ@public.gmane.org>
2010-06-17  4:12   ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox