From: Jakub Wilk Date: Thu, 10 Sep 2020 09:53:17 +0000 (+0200) Subject: dlopen.3, gnu_get_libc_version.3: tfix X-Git-Tag: man-pages-5.09~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99abf87e2fb5e2c8e7972abd58c9ee63dcaaeee;p=thirdparty%2Fman-pages.git dlopen.3, gnu_get_libc_version.3: tfix Escape hyphens. Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- diff --git a/man3/dlopen.3 b/man3/dlopen.3 index ec8df1b585..a66945ac41 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -567,7 +567,7 @@ $ \fB./a.out\fP #include #include #include -#include /* Defines LIBM_SO (which will be a +#include /* 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 4aa9fe7528..e5728195ff 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 +#include #include #include