From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCH] recv.2: tfix Date: Fri, 13 Jun 2014 14:28:44 +0200 Message-ID: References: Reply-To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Akihiro Motoki Cc: linux-man List-Id: linux-man@vger.kernel.org Thank you Akihiro, By chance someone else recently sent a chance to fix the same error. Best regards, Michael On Fri, Jun 13, 2014 at 2:21 PM, Akihiro Motoki wrote: > --- > man2/recv.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/recv.2 b/man2/recv.2 > index 6815fd7..3b82bbd 100644 > --- a/man2/recv.2 > +++ b/man2/recv.2 > @@ -330,7 +330,7 @@ The caller should set > .I msg_namelen > to the size of this buffer before this call; > upon return from a successful call, > -.I msg_name > +.I msg_namelen > will contain the length of the returned address. > If the application does not need to know the source address, > .I msg_name > -- > 1.9.1 > -- > 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 -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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