sctp_recvmsg returns the number of bytes received, not sent.

Approved by:	rrs (mentor)
MFC after:	1 month
This commit is contained in:
Rebecca Cran 2010-06-11 18:43:55 +00:00
parent d89c217f30
commit cefac273a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209058

View File

@ -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