aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dlinfo.3')
-rw-r--r--man3/dlinfo.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/dlinfo.3 b/man3/dlinfo.3
index baf020ff33..c79467ac1b 100644
--- a/man3/dlinfo.3
+++ b/man3/dlinfo.3
@@ -245,6 +245,7 @@ dls_serpath[1].dls_name = /usr/lib64
.in
.SS Program source
\&
+.\" SRC BEGIN (dlinfo.c)
.EX
#define _GNU_SOURCE
#include <dlfcn.h>
@@ -310,6 +311,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.EE
+.\" SRC END
.SH SEE ALSO
.BR dl_iterate_phdr (3),
.BR dladdr (3),