diff options
Diffstat (limited to 'man2/socketpair.2')
| -rw-r--r-- | man2/socketpair.2 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man2/socketpair.2 b/man2/socketpair.2 index 4d409a5974..5a49d46add 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 () |
