aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-17 13:09:59 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-17 13:09:59 +0200
commit7f9a6a997036add7aa4d24d68a27bc4be3f7deb8 (patch)
tree77cf65b2cc0e434ee583cbc859db81c0fa5b26d2 /man7
parent157d398b9f7d82757d3c67145a1a306f5e3c4c08 (diff)
downloadman-pages-7f9a6a997036add7aa4d24d68a27bc4be3f7deb8.tar.gz
netlink.7: Note that NETLINK_SOCK_DIAG is preferred over NETLINK_INET_DIAG
Reported-by: Fabien Siron <fabien.siron@epita.fr> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/netlink.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7
index 4a7ba62a31..20aaa97161 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -68,15 +68,15 @@ feature),
.BR NETLINK_FIREWALL
was removed in Linux 3.5.
.TP
-.BR NETLINK_INET_DIAG " (since Linux 2.6.14)"
+.BR NETLINK_SOCK_DIAG " (since Linux 3.3)"
+.\" commit 7f1fb60c4fc9fb29fbb406ac8c4cfb4e59e168d6
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 .
+.BR NETLINK_INET_DIAG " (since Linux 2.6.14)"
+An obsolete synonym for
+.BR NETLINK_SOCK_DIAG .
.TP
.BR NETLINK_NFLOG " (up to and including Linux 3.16)"
Netfilter/iptables ULOG.