send.2: RETURN VALUE: these calls return number of bytes (not characters) sent

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-11-04 18:58:07 +13:00
parent 52598da4b9
commit 4eec160988
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ see
.\" msg_control* fields. .\" msg_control* fields.
.\" The flags returned in msg_flags. .\" The flags returned in msg_flags.
.SH RETURN VALUE .SH RETURN VALUE
On success, these calls return the number of characters sent. On success, these calls return the number of bytes sent.
On error, \-1 is returned, and On error, \-1 is returned, and
.I errno .I errno
is set appropriately. is set appropriately.