View | Details | Raw Unified | Return to bug 206838
Collapse All | Expand All

(-)b/lib/libc/sys/connect.2 (-1 / +9 lines)
Lines 28-34 Link Here
28
.\"     @(#)connect.2	8.1 (Berkeley) 6/4/93
28
.\"     @(#)connect.2	8.1 (Berkeley) 6/4/93
29
.\" $FreeBSD$
29
.\" $FreeBSD$
30
.\"
30
.\"
31
.Dd September 29, 2014
31
.Dd February 2, 2016
32
.Dt CONNECT 2
32
.Dt CONNECT 2
33
.Os
33
.Os
34
.Sh NAME
34
.Sh NAME
Lines 58-63 another socket. Link Here
58
The other socket is specified by
58
The other socket is specified by
59
.Fa name ,
59
.Fa name ,
60
which is an address in the communications space of the socket.
60
which is an address in the communications space of the socket.
61
.Fa namelen
62
indicates the amount of space pointed to by
63
.Fa name ,
64
in bytes; the
65
.Fa sa_len
66
member of
67
.Fa name
68
is ignored.
61
Each communications space interprets the
69
Each communications space interprets the
62
.Fa name
70
.Fa name
63
argument in its own way.
71
argument in its own way.

Return to bug 206838