about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2023-07-13 12:26:59 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-07-13 12:39:46 +0200
commit6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df (patch)
tree8cdb1975e4eb4a9419ba1cf4db67e2e0f9ba5dc7 /manual
parentdddc88587a7f48cbb361d9929ec23d790164eef8 (diff)
downloadglibc-6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df.tar.gz
glibc-6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df.tar.xz
glibc-6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df.zip
manual: Fix typos in struct dl_find_object
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'manual')
-rw-r--r--manual/dynlink.texi4
1 files 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.