From patchwork Thu Jul 13 10:31:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 72634 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9B26A385B537 for ; Thu, 13 Jul 2023 10:31:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B26A385B537 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689244308; bh=C1Xwg+/xI17hUY7EW2I0ptkvaWY9UTnqNXYaRVksn74=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=L2MvZumCCW0r9mMVa9fe52x+nA/lxBZwIvuT/ZnnNdcM5JzTe/0xBCB9YZp53ZNBL f0cpTeAsZRMWxjBT7RgfYgmQWC+n0r9RkzdaFC2pT8ya56cB/ZgUKl8nfsBUPA67zw QaLboInQnw1n/9Ui6fGoy3hEGF9slOVDnhwaBfIw= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 20D1F385C6E6 for ; Thu, 13 Jul 2023 10:31:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 20D1F385C6E6 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-328-md_kvXUPPDKmgtndAgHosg-1; Thu, 13 Jul 2023 06:31:02 -0400 X-MC-Unique: md_kvXUPPDKmgtndAgHosg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9F464800159 for ; Thu, 13 Jul 2023 10:31:02 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C45A40C2063 for ; Thu, 13 Jul 2023 10:31:02 +0000 (UTC) To: libc-alpha@sourceware.org Subject: [PATCH] manual: Fix typos in struct dl_find_object Date: Thu, 13 Jul 2023 12:31:00 +0200 Message-ID: <87zg40xfvf.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Florian Weimer via Libc-alpha From: Florian Weimer Reply-To: Florian Weimer Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" From: Bert Wesarg Signed-off-by: Bert Wesarg Reviewed-by: Florian Weimer --- manual/dynlink.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) base-commit: dddc88587a7f48cbb361d9929ec23d790164eef8 diff --git a/manual/dynlink.texi b/manual/dynlink.texi index 6a4a50d3f0..10936730f5 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 struct link_map *dlfo_eh_frame This member contains a pointer to the exception handling data of the object. See @code{DLFO_EH_SEGMENT_TYPE} below.