linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netlink.7: Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
@ 2016-06-08 16:09 Fabien Siron
  2020-04-17 11:12 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 6+ messages in thread
From: Fabien Siron @ 2016-06-08 16:09 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	xemul-5HdwGun5lf+gSpxsJD1C4w, Fabien Siron

As NETLINK_INET_DIAG should not longer be used, NETLINK_SOCK_DIAG should be
written instead.

Signed-off-by: Fabien Siron <fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
---
 man7/netlink.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man7/netlink.7 b/man7/netlink.7
index 513f854..88e3dc1 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -62,9 +62,9 @@ Used by
 .I ip_queue
 kernel module.
 .TP
-.B NETLINK_INET_DIAG
-.\" FIXME More details on NETLINK_INET_DIAG needed.
-INET socket monitoring.
+.B NETLINK_SOCK_DIAG
+.\" FIXME More details on NETLINK_SOCK_DIAG needed.
+Socket monitoring.
 .TP
 .B NETLINK_NFLOG
 Netfilter/iptables ULOG.
@@ -383,7 +383,7 @@ NETLINK_KOBJECT_UEVENT appeared in Linux 2.6.10.
 
 NETLINK_W1 and NETLINK_FIB_LOOKUP appeared in Linux 2.6.13.
 
-NETLINK_INET_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
+NETLINK_SOCK_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
 Linux 2.6.14.
 
 NETLINK_GENERIC and NETLINK_ISCSI appeared in Linux 2.6.15.
-- 
2.8.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] netlink.7: Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
  2016-06-08 16:09 [PATCH] netlink.7: Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG Fabien Siron
@ 2020-04-17 11:12 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-04-17 11:12 UTC (permalink / raw)
  To: Fabien Siron; +Cc: linux-man, Pavel Emelyanov

Hello Fabien,

Thanks for the patch, and sorry that it got lost long ago.

On Wed, 8 Jun 2016 at 18:09, Fabien Siron <fabien.siron@epita.fr> wrote:
>
> As NETLINK_INET_DIAG should not longer be used, NETLINK_SOCK_DIAG should be
> written instead.
>
> Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
> ---
>  man7/netlink.7 | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/man7/netlink.7 b/man7/netlink.7
> index 513f854..88e3dc1 100644
> --- a/man7/netlink.7
> +++ b/man7/netlink.7
> @@ -62,9 +62,9 @@ Used by
>  .I ip_queue
>  kernel module.
>  .TP
> -.B NETLINK_INET_DIAG
> -.\" FIXME More details on NETLINK_INET_DIAG needed.
> -INET socket monitoring.
> +.B NETLINK_SOCK_DIAG
> +.\" FIXME More details on NETLINK_SOCK_DIAG needed.
> +Socket monitoring.
>  .TP
>  .B NETLINK_NFLOG
>  Netfilter/iptables ULOG.
> @@ -383,7 +383,7 @@ NETLINK_KOBJECT_UEVENT appeared in Linux 2.6.10.
>
>  NETLINK_W1 and NETLINK_FIB_LOOKUP appeared in Linux 2.6.13.
>
> -NETLINK_INET_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
> +NETLINK_SOCK_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
>  Linux 2.6.14.
>
>  NETLINK_GENERIC and NETLINK_ISCSI appeared in Linux 2.6.15.

I made a different change, as below.

Cheers,

Michael

diff --git a/man7/netlink.7 b/man7/netlink.7
index 4a7ba62a3..20aaa9716 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.


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] netlink.7 : Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
       [not found] ` <1464086539-30865-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
@ 2016-05-24 10:42   ` Fabien Siron
  0 siblings, 0 replies; 6+ messages in thread
From: Fabien Siron @ 2016-05-24 10:42 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, Fabien Siron

---
 man7/netlink.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man7/netlink.7 b/man7/netlink.7
index 513f854..88e3dc1 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -62,9 +62,9 @@ Used by
 .I ip_queue
 kernel module.
 .TP
-.B NETLINK_INET_DIAG
-.\" FIXME More details on NETLINK_INET_DIAG needed.
-INET socket monitoring.
+.B NETLINK_SOCK_DIAG
+.\" FIXME More details on NETLINK_SOCK_DIAG needed.
+Socket monitoring.
 .TP
 .B NETLINK_NFLOG
 Netfilter/iptables ULOG.
@@ -383,7 +383,7 @@ NETLINK_KOBJECT_UEVENT appeared in Linux 2.6.10.
 
 NETLINK_W1 and NETLINK_FIB_LOOKUP appeared in Linux 2.6.13.
 
-NETLINK_INET_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
+NETLINK_SOCK_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
 Linux 2.6.14.
 
 NETLINK_GENERIC and NETLINK_ISCSI appeared in Linux 2.6.15.
-- 
2.8.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] netlink.7 : Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
@ 2016-05-24 10:42 Fabien Siron
       [not found] ` <1464086539-30865-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Fabien Siron @ 2016-05-24 10:42 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

Hi,

As NETLINK_INET_DIAG should not longer be used, I suggest to change that
to NETLINK_SOCK_DIAG in netlink(7) man.

Cheers,
--
Fabien Siron

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] netlink.7 : Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
       [not found] ` <1463146599-3660-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
@ 2016-05-13 13:36   ` Fabien Siron
  0 siblings, 0 replies; 6+ messages in thread
From: Fabien Siron @ 2016-05-13 13:36 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Fabien Siron

---
 man7/netlink.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man7/netlink.7 b/man7/netlink.7
index 513f854..88e3dc1 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -62,9 +62,9 @@ Used by
 .I ip_queue
 kernel module.
 .TP
-.B NETLINK_INET_DIAG
-.\" FIXME More details on NETLINK_INET_DIAG needed.
-INET socket monitoring.
+.B NETLINK_SOCK_DIAG
+.\" FIXME More details on NETLINK_SOCK_DIAG needed.
+Socket monitoring.
 .TP
 .B NETLINK_NFLOG
 Netfilter/iptables ULOG.
@@ -383,7 +383,7 @@ NETLINK_KOBJECT_UEVENT appeared in Linux 2.6.10.
 
 NETLINK_W1 and NETLINK_FIB_LOOKUP appeared in Linux 2.6.13.
 
-NETLINK_INET_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
+NETLINK_SOCK_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in
 Linux 2.6.14.
 
 NETLINK_GENERIC and NETLINK_ISCSI appeared in Linux 2.6.15.
-- 
2.8.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] netlink.7 : Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG
@ 2016-05-13 13:36 Fabien Siron
       [not found] ` <1463146599-3660-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Fabien Siron @ 2016-05-13 13:36 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi everyone,

This patch aims to change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG as
NETLINK_INET_DIAG should not longer be used.

Cheers,
--
Fabien Siron

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-17 11:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08 16:09 [PATCH] netlink.7: Change NETLINK_INET_DIAG to NETLINK_SOCK_DIAG Fabien Siron
2020-04-17 11:12 ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2016-05-24 10:42 [PATCH] netlink.7 : " Fabien Siron
     [not found] ` <1464086539-30865-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
2016-05-24 10:42   ` Fabien Siron
2016-05-13 13:36 Fabien Siron
     [not found] ` <1463146599-3660-1-git-send-email-fabien.siron-ZrNlpQwM5lQ@public.gmane.org>
2016-05-13 13:36   ` Fabien Siron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).