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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to