summaryrefslogtreecommitdiffstats
path: root/man3/dlinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dlinfo.3')
-rw-r--r--man3/dlinfo.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/dlinfo.3 b/man3/dlinfo.3
index c3a5662ca..ea18bdd56 100644
--- a/man3/dlinfo.3
+++ b/man3/dlinfo.3
@@ -25,9 +25,9 @@ function obtains information about the dynamically loaded object
referred to by
.I handle
(typically obtained by an earlier call to
-.BR dlopen (3)
+.MR dlopen 3
or
-.BR dlmopen (3)).
+.MR dlmopen 3 ).
The
.I request
argument specifies which information is to be returned.
@@ -199,10 +199,10 @@ On success,
.BR dlinfo ()
returns 0.
On failure, it returns \-1; the cause of the error can be diagnosed using
-.BR dlerror (3).
+.MR dlerror 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -224,7 +224,7 @@ glibc 2.3.3.
Solaris.
.SH EXAMPLES
The program below opens a shared objects using
-.BR dlopen (3)
+.MR dlopen 3
and then uses the
.B RTLD_DI_SERINFOSIZE
and
@@ -309,9 +309,9 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR dl_iterate_phdr (3),
-.BR dladdr (3),
-.BR dlerror (3),
-.BR dlopen (3),
-.BR dlsym (3),
-.BR ld.so (8)
+.MR dl_iterate_phdr 3 ,
+.MR dladdr 3 ,
+.MR dlerror 3 ,
+.MR dlopen 3 ,
+.MR dlsym 3 ,
+.MR ld.so 8