View | Details | Raw Unified | Return to bug 239416 | Differences between
and this patch

Collapse All | Expand All

(-)lib/libc/sys/connect.2 (-2 / +3 lines)
Lines 134-144 Link Here
134
.It Bq Er EALREADY
134
.It Bq Er EALREADY
135
A previous connection attempt has not yet been completed.
135
A previous connection attempt has not yet been completed.
136
.It Bq Er EACCES
136
.It Bq Er EACCES
137
An attempt is made to connect to a broadcast address (obtained through the
137
Either an attempt is made to connect to a broadcast address (obtained through the
138
.Dv INADDR_BROADCAST
138
.Dv INADDR_BROADCAST
139
constant or the
139
constant or the
140
.Dv INADDR_NONE
140
.Dv INADDR_NONE
141
return value) through a socket that does not provide broadcast functionality.
141
return value) through a socket that does not provide broadcast functionality,
142
or firewall rules don't allow connection to be made.
142
.It Bq Er EAGAIN
143
.It Bq Er EAGAIN
143
An auto-assigned port number was requested but no auto-assigned ports
144
An auto-assigned port number was requested but no auto-assigned ports
144
are available.
145
are available.

Return to bug 239416