aboutsummaryrefslogtreecommitdiffstats
path: root/man2/send.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/send.2')
-rw-r--r--man2/send.28
1 files changed, 6 insertions, 2 deletions
diff --git a/man2/send.2 b/man2/send.2
index 51bdd7fe9f..7f0102ada1 100644
--- a/man2/send.2
+++ b/man2/send.2
@@ -94,7 +94,9 @@ the parameters
.I to
and
.I tolen
-are ignored (and the error EISCONN may be returned when they are
+are ignored (and the error
+.B EISCONN
+may be returned when they are
not NULL and 0), and the error ENOTCONN is returned when the socket was
not actually connected.
Otherwise, the address of the target is given by
@@ -381,7 +383,9 @@ but glibc currently (2.4) types it as
.\" __kernel_size_t type used to type this field varies
.\" across architectures, but socklen_t is always 32 bits.
.SH BUGS
-Linux may return EPIPE instead of ENOTCONN.
+Linux may return
+.B EPIPE
+instead of ENOTCONN.
.SH EXAMPLE
An example of the use of
.BR sendto ()