aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 18:18:52 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 22:47:25 -0500
commitf43981772532037f6724e583d3beafb33722461d (patch)
tree1093766e27c06ad7053512e0e2e4a30d15516fe9 /man3/dlopen.3
parent1d2c48b3a7e14198f19b14ae5f5bb6b86aff352a (diff)
downloadman-pages-f43981772532037f6724e583d3beafb33722461d.tar.gz
dlopen.3: wsfix
Diffstat (limited to 'man3/dlopen.3')
-rw-r--r--man3/dlopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index faea62c375..6fba2f7757 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -492,7 +492,7 @@ If this program were in a file named "foo.c", you would build the program
with the following command:
.in +4n
.LP
-gcc \-rdynamic \-o foo foo.c \-ldl
+ gcc \-rdynamic \-o foo foo.c \-ldl
.in
.PP
Libraries exporting
@@ -503,7 +503,7 @@ will want to be compiled as
follows, using \fIbar.c\fP as the example name:
.in +4n
.LP
-gcc \-shared \-nostartfiles \-o bar bar.c
+ gcc \-shared \-nostartfiles \-o bar bar.c
.in
.SH "SEE ALSO"
.BR ld (1),