aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),