diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-18 20:25:09 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-20 02:36:25 +0100 |
| commit | 1ae6b2c7b818e5d8804cf8d3abfdb6fba32119db (patch) | |
| tree | ed237286398c7c8d9eb4f763b171895f84a38c11 /man7/netlink.7 | |
| parent | 3d58eb6da4c3468ca8184b1d8317c6ae7d080d7a (diff) | |
| download | man-pages-1ae6b2c7b818e5d8804cf8d3abfdb6fba32119db.tar.gz | |
Many pages: Fix style issues reported by `make lint-groff`
Plus some other found in the process.
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man7/netlink.7')
| -rw-r--r-- | man7/netlink.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7 index ce72887e40..60077ee9b9 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -40,7 +40,7 @@ and raw sockets. selects the kernel module or netlink group to communicate with. The currently assigned netlink families are: .TP -.BR NETLINK_ROUTE +.B NETLINK_ROUTE Receives routing and link updates and may be used to modify the routing tables (both IPv4 and IPv6), IP addresses, link parameters, neighbor setups, queueing disciplines, traffic classes, and @@ -50,7 +50,7 @@ packet classifiers (see .BR NETLINK_W1 " (Linux 2.6.13 to 2.16.17)" Messages from 1-wire subsystem. .TP -.BR NETLINK_USERSOCK +.B NETLINK_USERSOCK Reserved for user-mode socket protocols. .TP .BR NETLINK_FIREWALL " (up to and including Linux 3.4)" @@ -62,7 +62,7 @@ kernel module. After a long period of being declared obsolete (in favor of the more advanced .I nfnetlink_queue feature), -.BR NETLINK_FIREWALL +.B NETLINK_FIREWALL was removed in Linux 3.5. .TP .BR NETLINK_SOCK_DIAG " (since Linux 3.3)" @@ -78,7 +78,7 @@ An obsolete synonym for .BR NETLINK_NFLOG " (up to and including Linux 3.16)" Netfilter/iptables ULOG. .TP -.BR NETLINK_XFRM +.B NETLINK_XFRM .\" FIXME More details on NETLINK_XFRM needed. IPsec. .TP @@ -102,7 +102,7 @@ Kernel connector. See .I Documentation/driver\-api/connector.rst (or -.IR /Documentation/connector/connector.* +.I /Documentation/connector/connector.* .\" commit baa293e9544bea71361950d071579f0e4d5713ed in kernel 5.2 and earlier) in the Linux kernel source tree for further information. @@ -430,7 +430,7 @@ As at Linux 3.0, the .BR NETLINK_GENERIC , .BR NETLINK_ROUTE , and -.BR NETLINK_SELINUX +.B NETLINK_SELINUX groups allow other users to receive messages. No groups allow other users to send messages. .SS Socket options |
