linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] feature_test_macros.7: tfix
@ 2015-12-10 19:53 Jakub Wilk
       [not found] ` <1449777228-5280-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Wilk @ 2015-12-10 19:53 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man7/feature_test_macros.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index d470990..e6457e4 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -202,7 +202,7 @@ is defined with a value greater than or equal to 500
 .I and
 neither
 .B _POSIX_SOURCE
-not
+nor
 .B _POSIX_C_SOURCE
 is explicitly defined, then
 the following macros are implicitly defined:
-- 
2.6.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] 5+ messages in thread

* Re: [PATCH] feature_test_macros.7: tfix
       [not found] ` <1449777228-5280-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-12-11 17:37   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-11 17:37 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 12/10/2015 08:53 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael

> ---
>  man7/feature_test_macros.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
> index d470990..e6457e4 100644
> --- a/man7/feature_test_macros.7
> +++ b/man7/feature_test_macros.7
> @@ -202,7 +202,7 @@ is defined with a value greater than or equal to 500
>  .I and
>  neither
>  .B _POSIX_SOURCE
> -not
> +nor
>  .B _POSIX_C_SOURCE
>  is explicitly defined, then
>  the following macros are implicitly defined:
> 


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

* Re: [patch] feature_test_macros.7: tfix
  2020-11-02  4:11 [patch] " John A. Leuenhagen
@ 2020-11-02  7:43 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-11-02  7:43 UTC (permalink / raw)
  To: John A. Leuenhagen; +Cc: mtk.manpages, linux-man

On 11/2/20 5:11 AM, John A. Leuenhagen wrote:
> Signed-off-by: John A. Leuenhagen <john@zlima12.com>
> ---
>  man7/feature_test_macros.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
> index 2d7bcacfc..350e47c76 100644
> --- a/man7/feature_test_macros.7
> +++ b/man7/feature_test_macros.7
> @@ -50,7 +50,7 @@ itself includes
>  .EX
>  #include <abc.h>
>  #define _GNU_SOURCE
> -#include <xys.h>
> +#include <xyz.h>
>  .EE
>  .in
>  .PP
> 

Hey John,

It's just an example. I mean, I really might have meant 
<xys.h>... maybe... perhaps...

Sigh! Okay. Patch applied. Thanks!

Michael



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

* [patch] feature_test_macros.7: tfix
@ 2020-11-02  4:11 John A. Leuenhagen
  2020-11-02  7:43 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: John A. Leuenhagen @ 2020-11-02  4:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Signed-off-by: John A. Leuenhagen <john@zlima12.com>
---
 man7/feature_test_macros.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 2d7bcacfc..350e47c76 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -50,7 +50,7 @@ itself includes
 .EX
 #include <abc.h>
 #define _GNU_SOURCE
-#include <xys.h>
+#include <xyz.h>
 .EE
 .in
 .PP
-- 
2.29.1


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

* [PATCH] feature_test_macros.7: tfix
@ 2020-08-01  3:56 Gibeom Gwon
  0 siblings, 0 replies; 5+ messages in thread
From: Gibeom Gwon @ 2020-08-01  3:56 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Signed-off-by: Gibeom Gwon <gb.gwon@stackframe.dev>
---
 man7/feature_test_macros.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 445295acc..53689d781 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -50,7 +50,7 @@ itself includes
 .EX
 #include <abc.h>
 #define _GNU_SOURCE
-#include <xys.h>
+#include <xyz.h>
 .EE
 .in
 .PP
-- 
2.27.0


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

end of thread, other threads:[~2020-11-02  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 19:53 [PATCH] feature_test_macros.7: tfix Jakub Wilk
     [not found] ` <1449777228-5280-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-11 17:37   ` Michael Kerrisk (man-pages)
2020-08-01  3:56 Gibeom Gwon
2020-11-02  4:11 [patch] " John A. Leuenhagen
2020-11-02  7:43 ` Michael Kerrisk (man-pages)

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).