summaryrefslogtreecommitdiffstats
path: root/man7/address_families.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/address_families.7')
-rw-r--r--man7/address_families.738
1 files changed, 19 insertions, 19 deletions
diff --git a/man7/address_families.7 b/man7/address_families.7
index f43a5c42c..85c166b43 100644
--- a/man7/address_families.7
+++ b/man7/address_families.7
@@ -17,7 +17,7 @@ address_families \- socket address families (domains)
The
.I domain
argument of the
-.BR socket (2)
+.MR socket 2
specifies a communication domain; this selects the protocol
family which will be used for communication.
These families are defined in
@@ -29,17 +29,17 @@ The formats currently understood by the Linux kernel include:
.B AF_LOCAL
Local communication.
For further information, see
-.BR unix (7).
+.MR unix 7 .
.TP
.B AF_INET
IPv4 Internet protocols.
For further information, see
-.BR ip (7).
+.MR ip 7 .
.TP
.B AF_AX25
Amateur radio AX.25 protocol.
For further information, see
-.BR ax25 (4).
+.MR ax25 4 .
.\" Part of ax25-tools
.TP
.B AF_IPX
@@ -48,12 +48,12 @@ IPX \- Novell protocols.
.B AF_APPLETALK
AppleTalk
For further information, see
-.BR ddp (7).
+.MR ddp 7 .
.TP
.B AF_NETROM
AX.25 packet layer protocol.
For further information, see
-.BR netrom (4),
+.MR netrom 4 ,
.\" Part of ax25-tools package
.UR https://www.tldp.org/HOWTO/AX25-HOWTO/x61.html
.I The Packet Radio Protocols and Linux
@@ -68,7 +68,7 @@ chapters of the
.B AF_BRIDGE
Can't be used for creating sockets;
mostly used for bridge links in
-.BR rtnetlink (7)
+.MR rtnetlink 7
protocol commands.
.TP
.B AF_ATMPVC
@@ -81,12 +81,12 @@ For further information, see the
.B AF_X25
ITU-T X.25 / ISO-8208 protocol.
For further information, see
-.BR x25 (7).
+.MR x25 7 .
.TP
.B AF_INET6
IPv6 Internet protocols.
For further information, see
-.BR ipv6 (7).
+.MR ipv6 7 .
.TP
.B AF_ROSE
RATS (Radio Amateur Telecommunications Society).
@@ -111,7 +111,7 @@ for firewall upcalls.
Key management protocol, originally developed for usage with IPsec
(since Linux 2.1.38).
This has no relation to
-.BR keyctl (2)
+.MR keyctl 2
and the in-kernel key storage facility.
See
.UR https://tools.ietf.org/html/rfc2367
@@ -123,12 +123,12 @@ for details.
.B AF_NETLINK
Kernel user interface device.
For further information, see
-.BR netlink (7).
+.MR netlink 7 .
.TP
.B AF_PACKET
Low-level packet interface.
For further information, see
-.BR packet (7).
+.MR packet 7 .
.\" .TP
.\" .B AF_ASH
.\" Asynchronous Serial Host protocol (?)
@@ -176,8 +176,8 @@ or
For further information, see
.\" rds-tools: https://github.com/oracle/rds-tools/blob/master/rds.7
.\" rds-tools: https://github.com/oracle/rds-tools/blob/master/rds-rdma.7
-.BR rds (7),
-.BR rds\-rdma (7),
+.MR rds 7 ,
+.MR rds\-rdma 7 ,
and
.I Documentation/networking/rds.txt
in the Linux kernel source tree.
@@ -188,7 +188,7 @@ Socket interface over IrDA
(moved to staging in Linux 4.14, removed in Linux 4.17).
.\" irda-utils: https://sourceforge.net/p/irda/code/HEAD/tree/tags/IRDAUTILS_0_9_18/irda-utils/man/irda.7.gz?format=raw
For further information, see
-.BR irda (7).
+.MR irda 7 .
.TP
.B AF_PPPOX
Generic PPP transport layer, for setting up L2 tunnels
@@ -234,7 +234,7 @@ InfiniBand native addressing (since Linux 3.11).
.\" commits: 0189197f441602acdca3f97750d392a895b778fd
Multiprotocol Label Switching (since Linux 4.1);
mostly used for configuring MPLS routing via
-.BR netlink (7),
+.MR netlink 7 ,
as it doesn't expose ability to create sockets to user space.
.TP
.B AF_CAN
@@ -347,7 +347,7 @@ has no relation to
and
.BR AF_SMC .
For further information, see
-.BR vsock (7).
+.MR vsock 7 .
.TP
.B AF_KCM
.\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314
@@ -388,5 +388,5 @@ See
.I Documentation/networking/af_xdp.rst
in the Linux kernel source tree for details.
.SH SEE ALSO
-.BR socket (2),
-.BR socket (7)
+.MR socket 2 ,
+.MR socket 7