diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 68f55dcc3e..cec5767fdf 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -447,10 +447,10 @@ main(int argc, char **argv) .PP If this program were in a file named "foo.c", you would build the program with the following command: -.RS +.in +4n .LP gcc \-rdynamic \-o foo foo.c \-ldl -.RE +.in .PP Libraries exporting .BR _init () @@ -458,10 +458,10 @@ and .BR _fini () will want to be compiled as follows, using \fIbar.c\fP as the example name: -.RS +.in +4n .LP gcc \-shared \-nostartfiles \-o bar bar.c -.RE +.in .SH "SEE ALSO" .BR ld (1), .BR ldd (1), |
