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_getpaddrs.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_getpaddrs.3')
-rw-r--r-- | lib/libc/net/sctp_getpaddrs.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/net/sctp_getpaddrs.3 b/lib/libc/net/sctp_getpaddrs.3 index 81171fe..9f6d632 100644 --- a/lib/libc/net/sctp_getpaddrs.3 +++ b/lib/libc/net/sctp_getpaddrs.3 @@ -36,9 +36,9 @@ .Dt SCTP_GETPADDR 3 .Os .Sh NAME -.Nm sctp_getpaddrs +.Nm sctp_getpaddrs , .Nm sctp_getladdrs -.Nd return a list of addresses to the caller. +.Nd return a list of addresses to the caller .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -58,11 +58,12 @@ The function is used to get the list of the local addresses. The association of interest is identified by the .Fa asocid -argument. The addresses are returned in a newly allocated +argument. +The addresses are returned in a newly allocated array of socket addresses returned in the argument .Fa addrs upon success. - .Pp +.Pp After the caller is through the function .Fn sctp_freepaddrs or @@ -93,8 +94,7 @@ The argument is not a socket. .El .Sh SEE ALSO -.Xr sctp 4 , -.Xr sctp_freepaddrs 3 , -.Xr sctp_freeladdrs 3 , .Xr getsockopt 2 , - +.Xr sctp_freeladdrs 3 , +.Xr sctp_freepaddrs 3 , +.Xr sctp 4 |