public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS
@ 2023-04-06  8:44 Linus Heckemann
  2023-04-07 23:46 ` Alejandro Colomar
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Heckemann @ 2023-04-06  8:44 UTC (permalink / raw)
  To: linux-man, alx.manpages, mtk.manpages; +Cc: Linus Heckemann

---
 man7/rtnetlink.7 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index 2ce541c37..6061b5fd4 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -105,6 +105,7 @@ IFLA_QDISC:asciiz string:Queueing discipline
 IFLA_STATS:T{
 see below
 T}:Interface Statistics
+IFLA_PERM_ADDRESS:hardware address:hardware address provided by device (since 5.5)
 .TE
 .IP
 The value type for
-- 
2.38.4


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

* Re: [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS
  2023-04-06  8:44 [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS Linus Heckemann
@ 2023-04-07 23:46 ` Alejandro Colomar
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2023-04-07 23:46 UTC (permalink / raw)
  To: Linus Heckemann, linux-man


[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]

Hi Linus,

On 4/6/23 10:44, Linus Heckemann wrote:
> ---

With some minor tweaks, patch applied.
<https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=e10078cd496e5471b2fe10773b5ab373a75ceaae>

Thanks,
Alex

>  man7/rtnetlink.7 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
> index 2ce541c37..6061b5fd4 100644
> --- a/man7/rtnetlink.7
> +++ b/man7/rtnetlink.7
> @@ -105,6 +105,7 @@ IFLA_QDISC:asciiz string:Queueing discipline
>  IFLA_STATS:T{
>  see below
>  T}:Interface Statistics
> +IFLA_PERM_ADDRESS:hardware address:hardware address provided by device (since 5.5)
>  .TE
>  .IP
>  The value type for

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS
@ 2023-07-11 21:13 Linus Heckemann
  2023-07-12 11:10 ` Tom Schwindl
  2023-07-15 15:47 ` Alejandro Colomar
  0 siblings, 2 replies; 5+ messages in thread
From: Linus Heckemann @ 2023-07-11 21:13 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Linus Heckemann

---
 man7/rtnetlink.7 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index 2ce541c37..6061b5fd4 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -105,6 +105,7 @@ IFLA_QDISC:asciiz string:Queueing discipline
 IFLA_STATS:T{
 see below
 T}:Interface Statistics
+IFLA_PERM_ADDRESS:hardware address:hardware address provided by device (since 5.5)
 .TE
 .IP
 The value type for
-- 
2.40.1


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

* Re: [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS
  2023-07-11 21:13 Linus Heckemann
@ 2023-07-12 11:10 ` Tom Schwindl
  2023-07-15 15:47 ` Alejandro Colomar
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Schwindl @ 2023-07-12 11:10 UTC (permalink / raw)
  To: Linus Heckemann, Alejandro Colomar; +Cc: linux-man

Hi Linus,

On Tue Jul 11, 2023 at 11:13 PM CEST, Linus Heckemann wrote:
> ---
>  man7/rtnetlink.7 | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
> index 2ce541c37..6061b5fd4 100644
> --- a/man7/rtnetlink.7
> +++ b/man7/rtnetlink.7
> @@ -105,6 +105,7 @@ IFLA_QDISC:asciiz string:Queueing discipline
>  IFLA_STATS:T{
>  see below
>  T}:Interface Statistics
> +IFLA_PERM_ADDRESS:hardware address:hardware address provided by device (since 5.5)
>  .TE
>  .IP
>  The value type for

As far as I can see this was already done by commit e10078cd496e5471.

-- 
Best Regards,
Tom Schwindl

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

* Re: [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS
  2023-07-11 21:13 Linus Heckemann
  2023-07-12 11:10 ` Tom Schwindl
@ 2023-07-15 15:47 ` Alejandro Colomar
  1 sibling, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2023-07-15 15:47 UTC (permalink / raw)
  To: Linus Heckemann; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 779 bytes --]

Hello Linus,

On 2023-07-11 23:13, Linus Heckemann wrote:
> ---

Please document this patch in the commit message.


>  man7/rtnetlink.7 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
> index 2ce541c37..6061b5fd4 100644
> --- a/man7/rtnetlink.7
> +++ b/man7/rtnetlink.7
> @@ -105,6 +105,7 @@ IFLA_QDISC:asciiz string:Queueing discipline
>  IFLA_STATS:T{
>  see below
>  T}:Interface Statistics
> +IFLA_PERM_ADDRESS:hardware address:hardware address provided by device (since 5.5)

For improved greppability, say Linux 5.5, instead of just 5.5.

Thanks,
Alex

>  .TE
>  .IP
>  The value type for

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-07-15 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06  8:44 [PATCH] rtnetlink.7: Document IFLA_PERM_ADDRESS Linus Heckemann
2023-04-07 23:46 ` Alejandro Colomar
  -- strict thread matches above, loose matches on Subject: below --
2023-07-11 21:13 Linus Heckemann
2023-07-12 11:10 ` Tom Schwindl
2023-07-15 15:47 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox