List ECONNRESET as a return value. EINVAL was not documented either.

This commit is contained in:
Peter Wemm 2000-05-19 01:00:57 +00:00
parent ff079ca4b1
commit 76e61b9c71
2 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,8 @@ The call succeeds unless:
The argument The argument
.Fa s .Fa s
is not a valid descriptor. is not a valid descriptor.
.It Bq Er ECONNRESET
The connection has been reset by the peer.
.It Bq Er ENOTSOCK .It Bq Er ENOTSOCK
The argument The argument
.Fa s .Fa s

View File

@ -87,6 +87,8 @@ The call succeeds unless:
The argument The argument
.Fa s .Fa s
is not a valid descriptor. is not a valid descriptor.
.It Bq Er ECONNRESET
The connection has been reset by the peer.
.It Bq Er ENOTSOCK .It Bq Er ENOTSOCK
The argument The argument
.Fa s .Fa s