Introduced by Linux commit v4.12-rc1~64^3~304^2~1. Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> --- man2/socketpair.2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man2/socketpair.2 b/man2/socketpair.2 index 4d409a5..5a49d46 100644 --- a/man2/socketpair.2 +++ b/man2/socketpair.2 @@ -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 () -- 2.1.4