diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2018-10-16 05:39:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-10-16 10:47:30 +0200 |
| commit | fcac1f5ab8350a791036faedeac53621bc54b001 (patch) | |
| tree | 7d38427dae508008cdcd66586c1acdb4a919ce88 /man2/socketpair.2 | |
| parent | af608f3bbdbb96dceaa8ad0b4d6ae65fc06c33d1 (diff) | |
| download | man-pages-fcac1f5ab8350a791036faedeac53621bc54b001.tar.gz | |
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>
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 () |
