[v2] manual: Fix typos in struct dl_find_object

Message ID 87ttu8xf9w.fsf@oldenburg.str.redhat.com
State Committed
Commit 6cf4ebe10c6f0f60cdfce98f5a0ec7c5ceb987df
Headers
Series [v2] manual: Fix typos in struct dl_find_object |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 warning Patch failed to apply
linaro-tcwg-bot/tcwg_glibc_check--master-arm warning Patch failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 warning Patch failed to apply

Commit Message

Florian Weimer July 13, 2023, 10:43 a.m. UTC
  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(-)


base-commit: dddc88587a7f48cbb361d9929ec23d790164eef8
  

Comments

Bert Wesarg July 13, 2023, 10:56 a.m. UTC | #1
fine with me. thanks

Reviewed-by: Bert Wesarg <bert.wesarg@googlemail.com>

On Thu, Jul 13, 2023 at 12:44 PM Florian Weimer <fweimer@redhat.com> wrote:
>
> 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
>
  

Patch

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.