diff options
author | brueffer <brueffer@FreeBSD.org> | 2007-06-18 10:20:32 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2007-06-18 10:20:32 +0000 |
commit | 0414524f6c1fd8f30bcce5d8652612eae18b5472 (patch) | |
tree | 8c9b6239ccd43a7b121879c7736ab65c1f17cbc6 /lib/libc/net/sctp_getassocid.3 | |
parent | a362498f2ee574f0c8ad52434857803559f450cd (diff) | |
download | FreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.zip FreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.tar.gz |
Major cleanup: mdoc macros, style, typos etc.
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 |