On 10/16/2018 05:39 AM, Eugene Syromyatnikov wrote: > Introduced by Linux commit v4.12-rc1~64^3~304^2~1. Thanks, Eugene. Patch applied. Cheers, Michael > 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 () > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/