Fix typo of ENOTCONN.
Add missing RETURN VALUES section in sctp_opt_info(3). Approved by: rrs (mentor)
This commit is contained in:
parent
d37107dd00
commit
b51b4f4d2b
@ -87,6 +87,8 @@ socket options.
|
||||
.Dv SCTP_PEER_AUTH_CHUNKS
|
||||
.Pp
|
||||
.Dv SCTP_LOCAL_AUTH_CHUNKS
|
||||
.Sh RETURN VALUES
|
||||
The call returns 0 on success and -1 upon error.
|
||||
.Sh ERRORS
|
||||
The
|
||||
.Fn sctp_opt_info
|
||||
|
@ -269,7 +269,7 @@ This generally indicates that the interface has stopped sending,
|
||||
but may be caused by transient congestion.
|
||||
.It Bq Er EHOSTUNREACH
|
||||
The remote host was unreachable.
|
||||
.It Bq Er ENOTCON
|
||||
.It Bq Er ENOTCONN
|
||||
On a one-to-one style socket no association exists.
|
||||
.It Bq Er ECONNRESET
|
||||
An abort was received by the stack while the user was
|
||||
|
@ -319,7 +319,7 @@ This generally indicates that the interface has stopped sending,
|
||||
but may be caused by transient congestion.
|
||||
.It Bq Er EHOSTUNREACH
|
||||
The remote host was unreachable.
|
||||
.It Bq Er ENOTCON
|
||||
.It Bq Er ENOTCONN
|
||||
On a one-to-one style socket no association exists.
|
||||
.It Bq Er ECONNRESET
|
||||
An abort was received by the stack while the user was
|
||||
|
@ -296,7 +296,7 @@ This generally indicates that the interface has stopped sending,
|
||||
but may be caused by transient congestion.
|
||||
.It Bq Er EHOSTUNREACH
|
||||
The remote host was unreachable.
|
||||
.It Bq Er ENOTCON
|
||||
.It Bq Er ENOTCONN
|
||||
On a one-to-one style socket no association exists.
|
||||
.It Bq Er ECONNRESET
|
||||
An abort was received by the stack while the user was
|
||||
|
Loading…
Reference in New Issue
Block a user