Date: Sun, 30 Nov 2008 21:40:01 +0000 (UTC) From: Ivan Voras <ivoras@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185489 - head/lib/libc/sys Message-ID: <200811302140.mAULe1T6002678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ivoras Date: Sun Nov 30 21:40:01 2008 New Revision: 185489 URL: http://svn.freebsd.org/changeset/base/185489 Log: It's silly to claim recv(2) is to be removed in favour of recvfrom(2) (at least at this time :) ). Approved by: gnn (mentor) Modified: head/lib/libc/sys/recv.2 Modified: head/lib/libc/sys/recv.2 ============================================================================== --- head/lib/libc/sys/recv.2 Sun Nov 30 21:06:23 2008 (r185488) +++ head/lib/libc/sys/recv.2 Sun Nov 30 21:40:01 2008 (r185489) @@ -83,7 +83,6 @@ with a null pointer passed as its .Fa from argument. -As it is redundant, it may not be supported in future releases. .Pp All three routines return the length of the message on successful completion.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811302140.mAULe1T6002678>