[glibc] manual: Fix typos in struct dl_find_object

Florian Weimer fw@sourceware.org
Thu Jul 13 10:48:23 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df

commit 6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df
Author: Bert Wesarg <bert.wesarg@googlemail.com>
Date:   Thu Jul 13 12:26:59 2023 +0200

    manual: Fix typos in struct dl_find_object
    
    Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

Diff:
---
 manual/dynlink.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/dynlink.texi b/manual/dynlink.texi
index 6a4a50d3f0..45bf5a5b55 100644
--- a/manual/dynlink.texi
+++ b/manual/dynlink.texi
@@ -119,10 +119,10 @@ necessarily page-aligned.
 @item void *dlfo_map_end
 The end address of the mapping.
 
-@item struct link_map *dlf_link_map
+@item struct link_map *dlfo_link_map
 This member contains a pointer to the link map of the object.
 
-@item struct link_map *dlf_link_map
+@item void *dlfo_eh_frame
 This member contains a pointer to the exception handling data of the
 object.  See @code{DLFO_EH_SEGMENT_TYPE} below.


More information about the Glibc-cvs mailing list