diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-12-05 18:18:52 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-12-05 22:47:25 -0500 |
| commit | f43981772532037f6724e583d3beafb33722461d (patch) | |
| tree | 1093766e27c06ad7053512e0e2e4a30d15516fe9 /man3/dlopen.3 | |
| parent | 1d2c48b3a7e14198f19b14ae5f5bb6b86aff352a (diff) | |
| download | man-pages-f43981772532037f6724e583d3beafb33722461d.tar.gz | |
dlopen.3: wsfix
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 4 |
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), |
