public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] manual: Fix typos in struct dl_find_object
@ 2023-07-13 10:43 Florian Weimer
  2023-07-13 10:56 ` Bert Wesarg
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2023-07-13 10:43 UTC (permalink / raw)
  To: libc-alpha; +Cc: Bert Wesarg

From: Bert Wesarg <bert.wesarg@googlemail.com>

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>

---
 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.
 

base-commit: dddc88587a7f48cbb361d9929ec23d790164eef8


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-13 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 10:43 [PATCH v2] manual: Fix typos in struct dl_find_object Florian Weimer
2023-07-13 10:56 ` Bert Wesarg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).