]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: srcfix: add URL relevant for BUGS
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Apr 2020 07:28:48 +0000 (09:28 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Apr 2020 07:28:48 +0000 (09:28 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index bb89a4aa630404653162abb25ec7a838225d0654..1ce71d84ad256567c6211a36e654883cafb7075c 100644 (file)
@@ -541,6 +541,7 @@ when calling
 .BR dlopen ()
 results in a program crash
 .RB ( SIGSEGV )
+.\" https://sourceware.org/bugzilla/show_bug.cgi?id=18684
 if the call is made from any object loaded in a
 namespace other than the initial namespace.
 .SH EXAMPLE