From: Masanari Iida <standby24x7@gmail.com>
To: linux-man@vger.kernel.org, alx@kernel.org, mtk@man7.org
Cc: Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5)
Date: Fri, 7 Aug 2026 21:49:16 +0900 [thread overview]
Message-ID: <20260807124916.18007-1-standby24x7@gmail.com> (raw)
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
next reply other threads:[~2026-08-07 12:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 12:49 Masanari Iida [this message]
2026-08-07 23:26 ` [PATCH] resolv.conf: Update MAXNS header reference for resolv.conf(5) Alejandro Colomar
2026-08-07 23:44 ` Alejandro Colomar
2026-08-08 2:15 ` Masanari Iida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260807124916.18007-1-standby24x7@gmail.com \
--to=standby24x7@gmail.com \
--cc=alx@kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=mtk@man7.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.