svn commit: r210948 - stable/8/lib/libc/net

Bruce Cran brucec at FreeBSD.org
Fri Aug 6 18:55:49 UTC 2010


Author: brucec
Date: Fri Aug  6 18:55:49 2010
New Revision: 210948
URL: http://svn.freebsd.org/changeset/base/210948

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

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

Modified: stable/8/lib/libc/net/sctp_recvmsg.3
==============================================================================
--- stable/8/lib/libc/net/sctp_recvmsg.3	Fri Aug  6 18:46:27 2010	(r210947)
+++ stable/8/lib/libc/net/sctp_recvmsg.3	Fri Aug  6 18:55:49 2010	(r210948)
@@ -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