On 9/10/20 11:53 AM, Jakub Wilk wrote: > Escape hyphens. Thanks, Jakub. Patch applied. Cheers, Michael > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man3/dlopen.3 | 2 +- > man3/gnu_get_libc_version.3 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man3/dlopen.3 b/man3/dlopen.3 > index ec8df1b58..a66945ac4 100644 > --- a/man3/dlopen.3 > +++ b/man3/dlopen.3 > @@ -567,7 +567,7 @@ $ \fB./a.out\fP > #include <stdio.h> > #include <stdlib.h> > #include <dlfcn.h> > -#include <gnu/lib-names.h> /* Defines LIBM_SO (which will be a > +#include <gnu/lib\-names.h> /* Defines LIBM_SO (which will be a > string such as "libm.so.6") */ > int > main(void) > diff --git a/man3/gnu_get_libc_version.3 b/man3/gnu_get_libc_version.3 > index 4aa9fe752..e5728195f 100644 > --- a/man3/gnu_get_libc_version.3 > +++ b/man3/gnu_get_libc_version.3 > @@ -74,7 +74,7 @@ GNU libc release: stable > .SS Program source > \& > .EX > -#include <gnu/libc-version.h> > +#include <gnu/libc\-version.h> > #include <stdlib.h> > #include <stdio.h> > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/