diff options
Diffstat (limited to 'lib/libc/net/sctp_getassocid.3')
-rw-r--r-- | lib/libc/net/sctp_getassocid.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/net/sctp_getassocid.3 b/lib/libc/net/sctp_getassocid.3 index d54257c..ee0926a 100644 --- a/lib/libc/net/sctp_getassocid.3 +++ b/lib/libc/net/sctp_getassocid.3 @@ -48,12 +48,12 @@ .Sh DESCRIPTION The .Fn sctp_getassocid -call attempts to lookup the specified socket address +call attempts to look up the specified socket address .Fa addr and find the respective association identification. .Pp .Sh RETURN VALUES -The call returns the association id upon success and a +The call returns the association id upon success and 0 is returned upon failure. .Sh ERRORS The @@ -72,5 +72,4 @@ The argument is not a socket. .El .Sh SEE ALSO -.Xr sctp 4 , - +.Xr sctp 4 |