svn commit: r210950 - stable/7/lib/libc/net
Bruce Cran
brucec at FreeBSD.org
Fri Aug 6 18:57:10 UTC 2010
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
More information about the svn-src-all
mailing list