All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] resolv.conf.5: tfix
@ 2021-01-06  5:52 John Morris
  2021-01-06 11:06 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 8+ messages in thread
From: John Morris @ 2021-01-06  5:52 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar, Michael Kerrisk

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

 From 20b6c1a6cfe2d2a3b199bf1e869db256355bbeb1 Mon Sep 17 00:00:00 2001
From: John Morris <john@zultron.com>
Date: Tue, 5 Jan 2021 23:30:10 -0600
Subject: [PATCH] resolv.conf.5:  tfix

Change `RES_USE_EDNSO` to `RES_USE_EDNS0`, defined in
`resolv.h`.  (This is written correctly in `man3/resolver.3` in this
same repo.)  Helps with grepping and internet searches!

Signed-off-by: John Morris <john@zultron.com>
---
  man5/resolv.conf.5 | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index c1b3d017a..8ed958932 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -264,7 +264,7 @@ these options were removed in glibc 2.25.
  .TP
  .BR edns0 " (since glibc 2.6)"
  Sets
-.BR RES_USE_EDNSO
+.BR RES_USE_EDNS0
  in
  .IR _res.options .
  This enables support for the DNS extensions described in RFC\ 2671.
-- 
2.25.1


[-- Attachment #2: 0001-resolv.conf.5-tfix.patch --]
[-- Type: text/x-patch, Size: 874 bytes --]

From 20b6c1a6cfe2d2a3b199bf1e869db256355bbeb1 Mon Sep 17 00:00:00 2001
From: John Morris <john@zultron.com>
Date: Tue, 5 Jan 2021 23:30:10 -0600
Subject: [PATCH] resolv.conf.5:  tfix

Change `RES_USE_EDNSO` to `RES_USE_EDNS0`, defined in
`resolv.h`.  (This is written correctly in `man3/resolver.3` in this
same repo.)  Helps with grepping and internet searches!

Signed-off-by: John Morris <john@zultron.com>
---
 man5/resolv.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index c1b3d017a..8ed958932 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -264,7 +264,7 @@ these options were removed in glibc 2.25.
 .TP
 .BR edns0 " (since glibc 2.6)"
 Sets
-.BR RES_USE_EDNSO
+.BR RES_USE_EDNS0
 in
 .IR _res.options .
 This enables support for the DNS extensions described in RFC\ 2671.
-- 
2.25.1


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

* Re: [patch] resolv.conf.5: tfix
  2021-01-06  5:52 [patch] resolv.conf.5: tfix John Morris
@ 2021-01-06 11:06 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-01-06 11:06 UTC (permalink / raw)
  To: John Morris, linux-man, Alejandro Colomar; +Cc: mtk.manpages

On 1/6/21 6:52 AM, John Morris wrote:
>  From 20b6c1a6cfe2d2a3b199bf1e869db256355bbeb1 Mon Sep 17 00:00:00 2001
> From: John Morris <john@zultron.com>
> Date: Tue, 5 Jan 2021 23:30:10 -0600
> Subject: [PATCH] resolv.conf.5:  tfix

Thanks, John. Patch applied.

Cheers,

Michael

> Change `RES_USE_EDNSO` to `RES_USE_EDNS0`, defined in
> `resolv.h`.  (This is written correctly in `man3/resolver.3` in this
> same repo.)  Helps with grepping and internet searches!
> 
> Signed-off-by: John Morris <john@zultron.com>
> ---
>   man5/resolv.conf.5 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
> index c1b3d017a..8ed958932 100644
> --- a/man5/resolv.conf.5
> +++ b/man5/resolv.conf.5
> @@ -264,7 +264,7 @@ these options were removed in glibc 2.25.
>   .TP
>   .BR edns0 " (since glibc 2.6)"
>   Sets
> -.BR RES_USE_EDNSO
> +.BR RES_USE_EDNS0
>   in
>   .IR _res.options .
>   This enables support for the DNS extensions described in RFC\ 2671.
> 


-- 
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	[flat|nested] 8+ messages in thread

* Re: [PATCH] resolv.conf.5: tfix
  2023-05-03 15:57 [PATCH] " Jakub Wilk
@ 2023-05-05  0:55 ` Alejandro Colomar
  0 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar @ 2023-05-05  0:55 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man


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

Hi Jakub,

On 5/3/23 17:57, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.  Thanks,
Alex

> ---
>  man5/resolv.conf.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
> index 7e207b0f4..5687e4c08 100644
> --- a/man5/resolv.conf.5
> +++ b/man5/resolv.conf.5
> @@ -215,7 +215,7 @@ is still used,
>  .BR getaddrinfo (3)
>  with
>  .B AI_PASSIVE
> -will stillproduce IPv6 addresses,
> +will still produce IPv6 addresses,
>  and configured IPv6 name servers are still used.
>  To produce correct Name Error (NXDOMAIN) results,
>  AAAA queries are translated to A queries.

-- 
<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] 8+ messages in thread

* [PATCH] resolv.conf.5: tfix
@ 2023-05-03 15:57 Jakub Wilk
  2023-05-05  0:55 ` Alejandro Colomar
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Wilk @ 2023-05-03 15:57 UTC (permalink / raw)
  To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man5/resolv.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 7e207b0f4..5687e4c08 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -215,7 +215,7 @@ is still used,
 .BR getaddrinfo (3)
 with
 .B AI_PASSIVE
-will stillproduce IPv6 addresses,
+will still produce IPv6 addresses,
 and configured IPv6 name servers are still used.
 To produce correct Name Error (NXDOMAIN) results,
 AAAA queries are translated to A queries.
-- 
2.40.1


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

* Re: [PATCH] resolv.conf.5: tfix
       [not found] ` <1425817115-2617-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-09  7:09   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-09  7:09 UTC (permalink / raw)
  To: Stéphane Aulery
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/08/2015 01:18 PM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Applied.

Thanks, Stéphane.

Michael

> ---
>  man5/resolv.conf.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
> index 1777c8a..f01bf57 100644
> --- a/man5/resolv.conf.5
> +++ b/man5/resolv.conf.5
> @@ -203,7 +203,7 @@ sets
>  .BR RES_USE_INET6
>  in
>  .IR _res.options .
> -This has the effect of trying a AAAA query before an A query inside the
> +This has the effect of trying an AAAA query before an A query inside the
>  .BR gethostbyname (3)
>  function, and of mapping IPv4 responses in IPv6 "tunneled form"
>  if no AAAA records are found but an A record set exists.
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 8+ messages in thread

* [PATCH] resolv.conf.5: tfix
@ 2015-03-08 12:18 Stéphane Aulery
       [not found] ` <1425817115-2617-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Stéphane Aulery @ 2015-03-08 12:18 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man5/resolv.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 1777c8a..f01bf57 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -203,7 +203,7 @@ sets
 .BR RES_USE_INET6
 in
 .IR _res.options .
-This has the effect of trying a AAAA query before an A query inside the
+This has the effect of trying an AAAA query before an A query inside the
 .BR gethostbyname (3)
 function, and of mapping IPv4 responses in IPv6 "tunneled form"
 if no AAAA records are found but an A record set exists.
-- 
2.1.4

--
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] 8+ messages in thread

* Re: [PATCH] resolv.conf.5: tfix
       [not found] ` <1336670984-28095-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-05-10 18:28   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-05-10 18:28 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Applied. Thanks David!

On Fri, May 11, 2012 at 5:29 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
>  man5/resolv.conf.5 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
> index 589c315..e82ea72 100644
> --- a/man5/resolv.conf.5
> +++ b/man5/resolv.conf.5
> @@ -35,7 +35,7 @@ The file is designed to be human readable and contains a list of
>  keywords with values that provide various types of resolver information.
>  .LP
>  If this file does not exist,
> -only the name server be on the local machine will be queried;
> +only the name server on the local machine will be queried;
>  the domain name is determined from the hostname
>  and the domain search path is constructed from the domain name.
>  .LP
> --
> 1.7.10
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 8+ messages in thread

* [PATCH] resolv.conf.5: tfix
@ 2012-05-10 17:29 David Prévot
       [not found] ` <1336670984-28095-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: David Prévot @ 2012-05-10 17:29 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man5/resolv.conf.5 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 589c315..e82ea72 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -35,7 +35,7 @@ The file is designed to be human readable and contains a list of
 keywords with values that provide various types of resolver information.
 .LP
 If this file does not exist,
-only the name server be on the local machine will be queried;
+only the name server on the local machine will be queried;
 the domain name is determined from the hostname
 and the domain search path is constructed from the domain name.
 .LP
-- 
1.7.10

--
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] 8+ messages in thread

end of thread, other threads:[~2023-05-05  0:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06  5:52 [patch] resolv.conf.5: tfix John Morris
2021-01-06 11:06 ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2023-05-03 15:57 [PATCH] " Jakub Wilk
2023-05-05  0:55 ` Alejandro Colomar
2015-03-08 12:18 Stéphane Aulery
     [not found] ` <1425817115-2617-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-09  7:09   ` Michael Kerrisk (man-pages)
2012-05-10 17:29 David Prévot
     [not found] ` <1336670984-28095-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-05-10 18:28   ` Michael Kerrisk (man-pages)

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.