svn commit: r209058 - head/lib/libc/net

Bruce Cran brucec at FreeBSD.org
Fri Jun 11 18:43:56 UTC 2010


Author: brucec
Date: Fri Jun 11 18:43:55 2010
New Revision: 209058
URL: http://svn.freebsd.org/changeset/base/209058

Log:
  sctp_recvmsg returns the number of bytes received, not sent.
  
  Approved by:	rrs (mentor)
  MFC after:	1 month

Modified:
  head/lib/libc/net/sctp_recvmsg.3

Modified: head/lib/libc/net/sctp_recvmsg.3
==============================================================================
--- head/lib/libc/net/sctp_recvmsg.3	Fri Jun 11 18:26:53 2010	(r209057)
+++ head/lib/libc/net/sctp_recvmsg.3	Fri Jun 11 18:43:55 2010	(r209058)
@@ -238,7 +238,7 @@ The
 field is not used by 
 .Fn sctp_recvmsg .
 .Sh RETURN VALUES
-The call returns the number of characters sent, or -1
+The call returns the number of bytes received, or -1
 if an error occurred.
 .Sh ERRORS
 The


More information about the svn-src-all mailing list