Author: brucec
Date: Fri Aug  6 18:57:09 2010
New Revision: 210950
URL: http://svn.freebsd.org/changeset/base/210950

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

Modified:
  stable/7/lib/libc/net/sctp_recvmsg.3
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/net/sctp_recvmsg.3
==============================================================================
--- stable/7/lib/libc/net/sctp_recvmsg.3        Fri Aug  6 18:57:09 2010        
(r210949)
+++ stable/7/lib/libc/net/sctp_recvmsg.3        Fri Aug  6 18:57:09 2010        
(r210950)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to