aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dlopen.3')
-rw-r--r--man3/dlopen.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 7fbc1f0523..90b5bee569 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -55,7 +55,7 @@ The four functions
.BR dlclose (),
.BR dlerror ()
implement the interface to the dynamic linking loader.
-.SS "dlerror()"
+.SS dlerror()
The function
.BR dlerror ()
returns a human readable string describing the most recent error
@@ -68,7 +68,7 @@ since the last call to
.BR dlerror ().
It returns NULL if no errors have occurred since initialization or since
it was last called.
-.SS "dlopen()"
+.SS dlopen()
The function
.BR dlopen ()
loads the dynamic library file named by the null-terminated
@@ -233,7 +233,7 @@ may force symbol resolution for a library earlier loaded with
If
.BR dlopen ()
fails for any reason, it returns NULL.
-.SS "dlsym()"
+.SS dlsym()
The function
.BR dlsym ()
takes a "handle" of a dynamic library returned by
@@ -274,7 +274,7 @@ will find the next occurrence of a function in the search order
after the current library.
This allows one to provide a wrapper
around a function in another shared library.
-.SS "dlclose()"
+.SS dlclose()
The function
.BR dlclose ()
decrements the reference count on the dynamic library handle
@@ -285,7 +285,7 @@ symbols in it, then the dynamic library is unloaded.
The function
.BR dlclose ()
returns 0 on success, and nonzero on error.
-.SS "The obsolete symbols _init() and _fini()"
+.SS The obsolete symbols _init() and _fini()
The linker recognizes special symbols
.B _init
and