]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: srcfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2015 19:34:39 +0000 (21:34 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:45 +0000 (17:35 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index a2670acc09d6b0f57a3f9f87ed45c4e87ff5e708..81c7f5ce7604b57094414fb8a71f51e6e9b5936e 100644 (file)
@@ -362,16 +362,6 @@ and
 flags are GNU extensions;
 the first two of these flags are also present on Solaris.
 .SH NOTES
-.\" .LP
-.\" The string returned by
-.\" .BR dlerror ()
-.\" should not be modified.
-.\" Some systems give the prototype as
-.\" .sp
-.\" .in +5
-.\" .B "const char *dlerror(void);"
-.\" .in
-.\"
 .SS dlmopen() and namespaces
 A link-map list defines an isolated namespace for the
 resolution of symbols by the dynamic linker.