Fix typo of ENOTCONN.

Add missing RETURN VALUES section in sctp_opt_info(3).

Approved by:	rrs (mentor)
This commit is contained in:
brucec 2010-01-31 21:45:14 +00:00
parent d37107dd00
commit b51b4f4d2b
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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