On 2/22/19 5:29 PM, Eugene Syromyatnikov wrote: > Uh, I've noticed Nikola's reply and patch only now, please ignore this one. Ok. M > On Fri, Feb 22, 2019 at 5:26 PM Eugene Syromyatnikov <evgsyr@xxxxxxxxx> wrote: >> >> * man2/socket.2 (.SH NOTES): Remove information about AF_ALG and AF_XDP, >> as it is already provided in address_families.7 now. >> >> Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> >> --- >> man2/socket.2 | 13 ------------- >> 1 file changed, 13 deletions(-) >> >> diff --git a/man2/socket.2 b/man2/socket.2 >> index 684fe24..4f1dd64 100644 >> --- a/man2/socket.2 >> +++ b/man2/socket.2 >> @@ -485,19 +485,6 @@ families. >> However, already the BSD man page promises: "The protocol >> family generally is the same as the address family", and subsequent >> standards use AF_* everywhere. >> -.PP >> -The >> -.B AF_ALG >> -protocol type was added in Linux 2.6.38. >> -More information on this interface is provided with the kernel HTML >> -documentation at >> -.IR https://www.kernel.org/doc/htmldocs/crypto\-API/User.html . >> -.PP >> -The >> -.B AF_XDP >> -protocol type was added in Linux 4.18. >> -More information on this interface is provided in the kernel source file >> -.IR Documentation/networking/af_xdp.rst . >> .SH EXAMPLE >> An example of the use of >> .BR socket () >> -- >> 2.1.4 >> > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/