summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-06-11 18:43:55 +0000
committerbrucec <brucec@FreeBSD.org>2010-06-11 18:43:55 +0000
commit4945d8d26d66a088d72189bf54f9678981e78766 (patch)
treeaec48582ee400760dba386c0fd48dd5389729e69 /lib/libc
parent13985611ddbe4d46079001509c5c91112ec80a27 (diff)
downloadFreeBSD-src-4945d8d26d66a088d72189bf54f9678981e78766.zip
FreeBSD-src-4945d8d26d66a088d72189bf54f9678981e78766.tar.gz
sctp_recvmsg returns the number of bytes received, not sent.
Approved by: rrs (mentor) MFC after: 1 month
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/sctp_recvmsg.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_recvmsg.3 b/lib/libc/net/sctp_recvmsg.3
index a5926bf..5bd40d7 100644
--- a/lib/libc/net/sctp_recvmsg.3
+++ b/lib/libc/net/sctp_recvmsg.3
@@ -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
OpenPOWER on IntegriCloud