]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Fix typos in struct dl_find_object
authorBert Wesarg <bert.wesarg@googlemail.com>
Thu, 13 Jul 2023 10:26:59 +0000 (12:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 13 Jul 2023 10:39:46 +0000 (12:39 +0200)
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
manual/dynlink.texi

index 6a4a50d3f07aafa2b4c05e20992d4f726a934930..45bf5a5b55f75c83216b38c891db1add00837fc0 100644 (file)
@@ -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.