diff options
author | brueffer <brueffer@FreeBSD.org> | 2007-06-19 16:29:46 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2007-06-19 16:29:46 +0000 |
commit | 0d5f902e7ade5d2975b4134ad4333927e85392d6 (patch) | |
tree | 434360e3edec1508486c1a7c447f218332db96c8 /lib/libc/net | |
parent | 111a3746d58e45bbba302d5206c55bb96b8ff628 (diff) | |
download | FreeBSD-src-0d5f902e7ade5d2975b4134ad4333927e85392d6.zip FreeBSD-src-0d5f902e7ade5d2975b4134ad4333927e85392d6.tar.gz |
Clean up after previous commit: new sentence -> new line, no empty lines,
.Fa macro usage.
Approved by: re (blanket)
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/sctp_connectx.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/net/sctp_connectx.3 b/lib/libc/net/sctp_connectx.3 index 21fb574..a9a3c29 100644 --- a/lib/libc/net/sctp_connectx.3 +++ b/lib/libc/net/sctp_connectx.3 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 15, 2006 +.Dd June 19, 2007 .Dt SCTP_CONNECTX 3 .Os .Sh NAME @@ -72,11 +72,13 @@ If the peer SCTP stack does not list one or more of the provided addresses in its response message then the extra addresses sent in the .Fn sctp_connectx -call will be silently discarded from the association. On -successful completion the provided sctp_assoc_t * will be +call will be silently discarded from the association. +On +successful completion the provided +.Fa "sctp_assoc_t *" +will be filled in with the association identification of the newly forming association. - .Sh RETURN VALUES The call returns 0 on success and -1 upon failure. .Sh ERRORS |