From: Michael Kerrisk Date: Thu, 30 Jul 2020 06:03:02 +0000 (+0200) Subject: socket.2, address_families.7: wfix: multiplexor ==> multiplexer X-Git-Tag: man-pages-5.08~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490f9b6c2b1576d8ed988ab47dc2abb3e8b6ec4e;p=thirdparty%2Fman-pages.git socket.2, address_families.7: wfix: multiplexor ==> multiplexer Both are used, but "multiplexer" seems to be majority usage in English. Signed-off-by: Michael Kerrisk --- diff --git a/man2/socket.2 b/man2/socket.2 index d3df14a281..96860c1028 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -208,7 +208,7 @@ T{ .B AF_KCM T}:T{ .\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314 -KCM (kernel connection multiplexor) interface +KCM (kernel connection multiplexer) interface T} T{ .B AF_XDP diff --git a/man7/address_families.7 b/man7/address_families.7 index c68324f7e2..e97efc8923 100644 --- a/man7/address_families.7 +++ b/man7/address_families.7 @@ -368,7 +368,7 @@ For further information, see .TP .B AF_KCM .\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314 -KCM (kernel connection multiplexor) interface (since Linux 4.6). +KCM (kernel connection multiplexer) interface (since Linux 4.6). See .I Documentation/networking/kcm.txt in the Linux kernel source tree for details.