summaryrefslogtreecommitdiffstats
path: root/man3/dladdr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dladdr.3')
-rw-r--r--man3/dladdr.327
1 files changed, 14 insertions, 13 deletions
diff --git a/man3/dladdr.3 b/man3/dladdr.3
index db117b48a..4571e67d1 100644
--- a/man3/dladdr.3
+++ b/man3/dladdr.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH dladdr 3 2023-01-07 "Linux man-pages 6.03"
+.TH dladdr 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
dladdr, dladdr1 \- translate address to symbolic information
.SH LIBRARY
@@ -90,7 +90,7 @@ struct link_map {
shared object */
struct link_map *l_next, *l_prev;
/* Chain of loaded objects */
-
+\&
/* Plus additional fields private to the
implementation */
};
@@ -213,32 +213,33 @@ In this case, an error message is
.\" error via dlerror() for this case.
available via
.BR dlerror (3).
-.SH VERSIONS
-.BR dladdr ()
-is present in glibc 2.0 and later.
-.BR dladdr1 ()
-first appeared in glibc 2.3.3.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR dladdr (),
.BR dladdr1 ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are nonstandard GNU extensions
-that are also present on Solaris.
+GNU.
+.SH HISTORY
+.TP
+.BR dladdr ()
+glibc 2.0.
+.TP
+.BR dladdr1 ()
+glibc 2.3.3.
+.PP
+Solaris.
.SH BUGS
Sometimes, the function pointers you pass to
.BR dladdr ()