On 11/2/20 5:11 AM, John A. Leuenhagen wrote: > Signed-off-by: John A. Leuenhagen <john@xxxxxxxxxxx> > --- > 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/