public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Fix typos in struct dl_find_object
@ 2023-07-13 10:48 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-07-13 10:48 UTC (permalink / raw)
  To: glibc-cvs

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-13 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 10:48 [glibc] manual: Fix typos in struct dl_find_object Florian Weimer

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