diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-08-06 18:57:09 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-08-06 18:57:09 +0000 |
| commit | 4d3a7a1cac4ff2d8ad593cdc5ce39b4912babee6 (patch) | |
| tree | 56c4cb843d98f464b84876c1bfc9a399a012216d /lib/libc | |
| parent | a21a9ba5802619c78cc3ffb417c3883b8260abab (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/sctp_recvmsg.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_recvmsg.3 b/lib/libc/net/sctp_recvmsg.3 index a5926bfe09a6..5bd40d70fea9 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 |
