diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-10-16 10:38:20 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-10-16 10:46:49 +0200 |
| commit | af608f3bbdbb96dceaa8ad0b4d6ae65fc06c33d1 (patch) | |
| tree | 6390d7806beb2bb09b9ab1b39b5b012e3c001a90 | |
| parent | a5409af7ec6ce3b233e0344859ea12c46280684c (diff) | |
| download | man-pages-af608f3bbdbb96dceaa8ad0b4d6ae65fc06c33d1.tar.gz | |
socket.2: Remove some more obscure protocols from address family list
The list of address families in this page is still
overwhelmingly long. So let's shorten it.
The removed entries are all in address_families(7).
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/socket.2 | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/man2/socket.2 b/man2/socket.2 index 77c2933d0a..4f894d384c 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -103,26 +103,6 @@ T}:AppleTalk:T{ .BR ddp (7) T} T{ -.B AF_NETROM -T}:T{ -AX.25 packet layer protocol -T}:T{ -.\" Part of ax25-tools package -.BR netrom (4), -T} -T{ -.B AF_BRIDGE -T}:T{ -Can't be used for creating sockets; -mostly used for bridge links in -.BR rtnetlink (7) -protocol commands -T} -T{ -.B AF_ATMPVC -T}:T{ -Access to raw ATM Permanent Virtual Circuits (PVCs) -T} T{ .B AF_X25 T}:ITU-T X.25 / ISO-8208 protocol:T{ @@ -134,13 +114,6 @@ T}:IPv6 Internet protocols:T{ .BR ipv6 (7) T} T{ -.B AF_ROSE -T}:T{ -RATS -.\" (Radio Amateur Telecommunications Society) -Open Systems environment (ROSE) AX.25 packet layer protocol -T} -T{ .B AF_DECnet T}:T{ DECet protocol sockets @@ -165,11 +138,6 @@ T}:T{ .BR packet (7) T} T{ -.B AF_ATMSVC -T}:T{ -Access to ATM Switched Virtual Circuits (SVCs) -T} -T{ .B AF_RDS T}:T{ .\" commit: 639b321b4d8f4e412bfbb2a4a19bfebc1e68ace4 @@ -224,85 +192,18 @@ T}:T{ Bluetooth low-level socket protocol T} T{ -.B AF_IUCV -T}:T{ -.\" commit: eac3731bd04c7131478722a3c148b78774553116 -IUCV (inter-user communication vehicle) z/VM protocol -for hypervisor-guest interaction -T} -T{ -.B AF_RXRPC -T}:T{ -.\" commit: 17926a79320afa9b95df6b977b40cca6d8713cea -.\" http://people.redhat.com/~dhowells/rxrpc/ -.\" https://www.infradead.org/~dhowells/kafs/af_rxrpc_client.html -.\" http://workshop.openafs.org/afsbpw09/talks/thu_2/kafs.pdf -.\" http://pages.cs.wisc.edu/~remzi/OSTEP/dist-afs.pdf -.\" http://web.mit.edu/kolya/afs/rx/rx-spec -Rx, Andrew File System remote procedure call protocol -T} -T{ -.B AF_ISDN -T}:T{ -.\" commit: 1b2b03f8e514e4f68e293846ba511a948b80243c -New "modular ISDN" driver interface protocol -T} -T{ -.B AF_PHONET -T}:T{ -.\" commit: 4b07b3f69a8471cdc142c51461a331226fef248a -Nokia cellular modem IPC/RPC interface -T} -T{ -.B AF_IEEE802154 -T}:T{ -.\" commit: 9ec7671603573ede31207eb5b0b3e1aa211b2854 -IEEE 802.15.4 WPAN (wireless personal area network) raw packet protocol -T} -T{ -.B AF_CAIF -T}:T{ -.\" commit: 529d6dad5bc69de14cdd24831e2a14264e93daa4 -.\" https://lwn.net/Articles/371017/ -.\" http://read.pudn.com/downloads157/doc/comm/698729/Misc/caif/Com%20CPU%20to%20Appl%20CPU%20Interface%20DESCRIPTION_LZN901%202002_revR1C.pdf -.\" http://read.pudn.com/downloads157/doc/comm/698729/Misc/caif/Com%20CPU%20to%20Appl%20CPU%20Interface%20PROTOCOL%20SPECIFICATION_LZN901%201708_revR1A.pdf -Ericsson's Communication CPU to Application CPU interface (CAIF) protocol -T} -T{ .B AF_ALG T}:T{ .\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314 Interface to kernel crypto API T} T{ -.B AF_VSOCK -T}:T{ -.\" commit: d021c344051af91f42c5ba9fdedc176740cbd238 -VMWare VSockets protocol for hypervisor-guest interaction -T}:T{ -.BR vsock (7) -T} -T{ .B AF_KCM T}:T{ .\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314 KCM (kernel connection multiplexor) interface T} T{ -.B AF_QIPCRTR -T}:T{ -.\" commit: bdabad3e363d825ddf9679dd431cca0b2c30f881 -Qualcomm IPC router interface protocol -T} -T{ -.B AF_SMC -T}:T{ -.\" commit: f3a3e248f3f7cd9a4bed334022704d7e7fc781bf -SMC-R -and SMC-D protocols -for intra-node z/VM quest interaction -T} -T{ .B AF_XDP T}:T{ .\" commit: c0c77d8fb787cfe0c3fca689c2a30d1dad4eaba7 |
