aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 21:34:39 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:45 +0200
commit6fd1b6ebb7e5b6309b8b3c55f5ddc94a2fc539c4 (patch)
treef7388641334f061030aa822ea417fe0f81acf27d
parent438168a249abd3ca9768729875f59852465484d0 (diff)
downloadman-pages-6fd1b6ebb7e5b6309b8b3c55f5ddc94a2fc539c4.tar.gz
dlopen.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.310
1 files changed, 0 insertions, 10 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index a2670acc09..81c7f5ce76 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -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.