All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5)
@ 2026-08-07 12:49 Masanari Iida
  2026-08-07 23:26 ` Alejandro Colomar
  0 siblings, 1 reply; 4+ messages in thread
From: Masanari Iida @ 2026-08-07 12:49 UTC (permalink / raw)
  To: linux-man, alx, mtk; +Cc: Masanari Iida

The MAXNS limit mentioned in resolv.conf.5 now points
to <res_state.h> instead of <resolv.h>, matching the
change in glibc headers.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 man/man5/resolv.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man5/resolv.conf.5 b/man/man5/resolv.conf.5
index 8e914f12a18d..89f9d903a1e3 100644
--- a/man/man5/resolv.conf.5
+++ b/man/man5/resolv.conf.5
@@ -50,7 +50,7 @@ or an IPv6 address in colon (and possibly dot) notation as per RFC 2373.
 Up to
 .B MAXNS
 (currently 3, see
-.IR <resolv.h> )
+.IR <res_state.h> )
 name servers may be listed,
 one per keyword.
 If there are multiple servers,
-- 
2.25.0


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

* Re: [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5)
  2026-08-07 12:49 [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5) Masanari Iida
@ 2026-08-07 23:26 ` Alejandro Colomar
  2026-08-07 23:44   ` Alejandro Colomar
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2026-08-07 23:26 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

Hi Masanari,

> Date: 2026-08-07 21:49:16+0900
> From: Masanari Iida <standby24x7@gmail.com>
>
> The MAXNS limit mentioned in resolv.conf.5 now points
> to <res_state.h> instead of <resolv.h>, matching the
> change in glibc headers.

Would you mind providing a reference to that change?  When did it
happen?

Could you provide a specific glibc commit?


Have a lovely night!
Alex

> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  man/man5/resolv.conf.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man5/resolv.conf.5 b/man/man5/resolv.conf.5
> index 8e914f12a18d..89f9d903a1e3 100644
> --- a/man/man5/resolv.conf.5
> +++ b/man/man5/resolv.conf.5
> @@ -50,7 +50,7 @@ or an IPv6 address in colon (and possibly dot) notation as per RFC 2373.
>  Up to
>  .B MAXNS
>  (currently 3, see
> -.IR <resolv.h> )
> +.IR <res_state.h> )
>  name servers may be listed,
>  one per keyword.
>  If there are multiple servers,
> -- 
> 2.25.0
> 

-- 
<https://www.alejandro-colomar.es>

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

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

* Re: [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5)
  2026-08-07 23:26 ` Alejandro Colomar
@ 2026-08-07 23:44   ` Alejandro Colomar
  2026-08-08  2:15     ` Masanari Iida
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2026-08-07 23:44 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

> Date: 2026-08-08 01:26:05+0200
> From: Alejandro Colomar <alx@kernel.org>
>
> Hi Masanari,
> 
> > Date: 2026-08-07 21:49:16+0900
> > From: Masanari Iida <standby24x7@gmail.com>
> >
> > The MAXNS limit mentioned in resolv.conf.5 now points
> > to <res_state.h> instead of <resolv.h>, matching the
> > change in glibc headers.
> 
> Would you mind providing a reference to that change?  When did it
> happen?
> 
> Could you provide a specific glibc commit?

I've found it:

glibc.git 500b3a499fff (2017-05-20; "Remove __need_list_t and __need_res_state.")

Please include that reference in the commit message.


Cheers,
Alex

> 
> 
> Have a lovely night!
> Alex
> 
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  man/man5/resolv.conf.5 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/man/man5/resolv.conf.5 b/man/man5/resolv.conf.5
> > index 8e914f12a18d..89f9d903a1e3 100644
> > --- a/man/man5/resolv.conf.5
> > +++ b/man/man5/resolv.conf.5
> > @@ -50,7 +50,7 @@ or an IPv6 address in colon (and possibly dot) notation as per RFC 2373.
> >  Up to
> >  .B MAXNS
> >  (currently 3, see
> > -.IR <resolv.h> )
> > +.IR <res_state.h> )
> >  name servers may be listed,
> >  one per keyword.
> >  If there are multiple servers,
> > -- 
> > 2.25.0
> > 
> 
> -- 
> <https://www.alejandro-colomar.es>



-- 
<https://www.alejandro-colomar.es>

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

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

* [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5)
  2026-08-07 23:44   ` Alejandro Colomar
@ 2026-08-08  2:15     ` Masanari Iida
  0 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2026-08-08  2:15 UTC (permalink / raw)
  To: linux-man, alx, mtk; +Cc: Masanari Iida

The MAXNS limit mentioned in resolv.conf.5 points to
<res_state.h> instead of <resolv.h> after following glibc change.

500b3a499fff (2017-05-20; "Remove __need_list_t and __need_res_state.")

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 man/man5/resolv.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man5/resolv.conf.5 b/man/man5/resolv.conf.5
index 8e914f12a18d..89f9d903a1e3 100644
--- a/man/man5/resolv.conf.5
+++ b/man/man5/resolv.conf.5
@@ -50,7 +50,7 @@ or an IPv6 address in colon (and possibly dot) notation as per RFC 2373.
 Up to
 .B MAXNS
 (currently 3, see
-.IR <resolv.h> )
+.IR <res_state.h> )
 name servers may be listed,
 one per keyword.
 If there are multiple servers,
-- 
2.25.0


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

end of thread, other threads:[~2026-08-08  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 12:49 [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5) Masanari Iida
2026-08-07 23:26 ` Alejandro Colomar
2026-08-07 23:44   ` Alejandro Colomar
2026-08-08  2:15     ` Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.