From: Bert Wesarg Date: Thu, 13 Jul 2023 10:26:59 +0000 (+0200) Subject: manual: Fix typos in struct dl_find_object X-Git-Tag: glibc-2.38~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df;p=thirdparty%2Fglibc.git manual: Fix typos in struct dl_find_object Signed-off-by: Bert Wesarg Reviewed-by: Florian Weimer --- diff --git a/manual/dynlink.texi b/manual/dynlink.texi index 6a4a50d3f07..45bf5a5b55f 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.