public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Florian Weimer <fw@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] manual: Fix typos in struct dl_find_object
Date: Thu, 13 Jul 2023 10:48:23 +0000 (GMT)	[thread overview]
Message-ID: <20230713104823.A328C3858C1F@sourceware.org> (raw)

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.

                 reply	other threads:[~2023-07-13 10:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230713104823.A328C3858C1F@sourceware.org \
    --to=fw@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).