From 50dc2db4eb0c73b9f46f5cac62b6bfb918553a0e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 Sep 2020 07:32:56 +0200 Subject: [PATCH] rtnetlink.7: tfix Signed-off-by: Michael Kerrisk --- man7/rtnetlink.7 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 0e816da3f..153b43e02 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -59,7 +59,7 @@ Rtnetlink consists of these message types (in addition to standard netlink messages): .TP .BR RTM_NEWLINK ", " RTM_DELLINK ", " RTM_GETLINK -Create, remove or get information about a specific network interface. +Create, remove, or get information about a specific network interface. These messages contain an .I ifinfomsg structure followed by a series of @@ -115,7 +115,7 @@ is in Linux 2.4 and earlier). .TP .BR RTM_NEWADDR ", " RTM_DELADDR ", " RTM_GETADDR -Add, remove or receive information about an IP address associated with +Add, remove, or receive information about an IP address associated with an interface. In Linux 2.2, an interface can carry multiple IP addresses, this replaces the alias device concept in 2.0. @@ -173,7 +173,7 @@ IFA_CACHEINFO:struct ifa_cacheinfo:Address information .\" FIXME Document struct ifa_cacheinfo .TP .BR RTM_NEWROUTE ", " RTM_DELROUTE ", " RTM_GETROUTE -Create, remove or receive information about a network route. +Create, remove, or receive information about a network route. These messages contain an .I rtmsg structure with an optional sequence of @@ -406,13 +406,13 @@ ICMPV6_ROUTER_PREF_HIGH defined in .I RTA_ENCAP_TYPE may contain values LWTUNNEL_ENCAP_MPLS, LWTUNNEL_ENCAP_IP, -LWTUNNEL_ENCAP_ILA or LWTUNNEL_ENCAP_IP6 +LWTUNNEL_ENCAP_ILA, or LWTUNNEL_ENCAP_IP6 defined in . .sp 1 .B Fill these values in! .TP .BR RTM_NEWNEIGH ", " RTM_DELNEIGH ", " RTM_GETNEIGH -Add, remove or receive information about a neighbor table +Add, remove, or receive information about a neighbor table entry (e.g., an ARP entry). The message contains an .I ndmsg @@ -485,12 +485,12 @@ then a header follows .TP .BR RTM_NEWRULE ", " RTM_DELRULE ", " RTM_GETRULE -Add, delete or retrieve a routing rule. +Add, delete, or retrieve a routing rule. Carries a .I struct rtmsg .TP .BR RTM_NEWQDISC ", " RTM_DELQDISC ", " RTM_GETQDISC -Add, remove or get a queueing discipline. +Add, remove, or get a queueing discipline. The message contains a .I struct tcmsg and may be followed by a series of @@ -524,13 +524,13 @@ In addition, various other qdisc-module-specific attributes are allowed. For more information see the appropriate include files. .TP .BR RTM_NEWTCLASS ", " RTM_DELTCLASS ", " RTM_GETTCLASS -Add, remove or get a traffic class. +Add, remove, or get a traffic class. These messages contain a .I struct tcmsg as described above. .TP .BR RTM_NEWTFILTER ", " RTM_DELTFILTER ", " RTM_GETTFILTER -Add, remove or receive information about a traffic filter. +Add, remove, or receive information about a traffic filter. These messages contain a .I struct tcmsg as described above.