mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Document the ECONNRESET errno value.
This commit is contained in:
parent
87a1a1a2eb
commit
87a236caf5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148505
@ -156,6 +156,11 @@ The
|
||||
.Fa d
|
||||
argument
|
||||
is not a valid file or socket descriptor open for reading.
|
||||
.It Bq Er ECONNRESET
|
||||
The
|
||||
.Fa d
|
||||
argument refers to a socket, and the remote socket end is
|
||||
forcibly closed.
|
||||
.It Bq Er EFAULT
|
||||
The
|
||||
.Fa buf
|
||||
|
@ -289,6 +289,8 @@ The calls fail if:
|
||||
The argument
|
||||
.Fa s
|
||||
is an invalid descriptor.
|
||||
.It Bq Er ECONNRESET
|
||||
The remote socket end is forcibly closed.
|
||||
.It Bq Er ENOTCONN
|
||||
The socket is associated with a connection-oriented protocol
|
||||
and has not been connected (see
|
||||
|
Loading…
Reference in New Issue
Block a user