svn commit: r185489 - head/lib/libc/sys

Ivan Voras ivoras at FreeBSD.org
Sun Nov 30 13:40:02 PST 2008


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.


More information about the svn-src-head mailing list