socketpair.2: Note that AF_TIPC also supports socketpair(2)

Introduced by Linux commit v4.12-rc1~64^3~304^2~1.

Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2018-10-16 05:39:13 +02:00 committed by Michael Kerrisk
parent af608f3bbd
commit fcac1f5ab8
1 changed files with 6 additions and 3 deletions

View File

@ -108,11 +108,14 @@ It is generally portable to/from
non-BSD systems supporting clones of the BSD socket layer (including
System\ V variants).
.SH NOTES
On Linux, the only supported domain for this call is
On Linux, the only supported domains for this call are
.B AF_UNIX
(or synonymously,
.BR AF_LOCAL ).
(Most implementations have the same restriction.)
.BR AF_LOCAL )
and
.B AF_TIPC
.\" commit: 70b03759e9ecfae400605fa34f3d7154cccbbba3
(since Linux 4.12).
.PP
Since Linux 2.6.27,
.BR socketpair ()