netlink.7: Rework position of NETLINK_SOCK_DIAG in list

Essentially to fix a formatting issue, where the list head
item wrapped past the 80-column limit when rendered.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-07 15:15:53 +01:00
parent 77a7e0e2bf
commit 7133b8984b
1 changed files with 6 additions and 1 deletions

View File

@ -62,11 +62,16 @@ Used by
.I ip_queue
kernel module.
.TP
.BR NETLINK_INET_DIAG " (since Linux 2.6.14, also known as " NETLINK_SOCK_DIAG " since Linux 3.3)"
.BR NETLINK_INET_DIAG " (since Linux 2.6.14)"
Query information about sockets of various protocol families from the kernel
(see
.BR sock_diag (7)).
.TP
.BR NETLINK_SOCK_DIAG " (since Linux 3.3)"
.\" commit 7f1fb60c4fc9fb29fbb406ac8c4cfb4e59e168d6
A synonym for
.BR NETLINK_INET_DIAG .
.TP
.BR NETLINK_NFLOG
Netfilter/iptables ULOG.
.TP