aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dlopen.3')
-rw-r--r--man3/dlopen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 26ea166f73..09f1c1f867 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -161,8 +161,8 @@ in that library's dependency list and any other libraries previously
opened with the
.B RTLD_GLOBAL
flag.
-If the executable was linked with the flag "-rdynamic"
-(or, synonymously, "--export-dynamic"),
+If the executable was linked with the flag "\-rdynamic"
+(or, synonymously, "\-\-export\-dynamic"),
then the global symbols in the executable will also be used
to resolve references in a dynamically loaded library.
.PP
@@ -244,7 +244,7 @@ returns. If the dynamic library exports a routine named
.BR _fini ,
then that routine is called just before the library is unloaded.
In case you need to avoid linking against the system startup files,
-this can be done by giving gcc the "-nostartfiles" parameter on
+this can be done by giving gcc the "\-nostartfiles" parameter on
the command line.
.LP
Using these routines, or the gcc