diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-19 16:29:46 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-19 16:29:46 +0000 |
| commit | c89181915c065f8b0b7c1eb6767f3881a15503b1 (patch) | |
| tree | 434360e3edec1508486c1a7c447f218332db96c8 /lib/libc | |
| parent | 7e94ae79f3ebff304f8c74fb7529fddfb2b0895c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 21fb57485482..a9a3c29b498b 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 |
