Hi Branden,

I've workarounded it with this:

diff --git i/man/man3/dl_iterate_phdr.3 w/man/man3/dl_iterate_phdr.3
index 8f80f20c9..644301157 100644
--- i/man/man3/dl_iterate_phdr.3
+++ w/man/man3/dl_iterate_phdr.3
@@ -13,12 +13,16 @@ .SH SYNOPSIS
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <link.h>
-.P
-.B int dl_iterate_phdr(
-.BI "         typeof(int (struct dl_phdr_info *" info ", size_t " size ", void 
*" data ))
-.BI "             *" callback ,
-.BI "         void *" data );
 .fi
+.P
+.SY int\~dl_iterate_phdr(
+.BI typeof(int\~(struct\~dl_phdr_info\~* info ,\~size_t\~ size ,
+.BI \~\~\~\~\~\~\~\~\~\~\~\~void\~* data ))
+.br
+.BI \~\~\~\~* callback ,
+.br
+.BI void\~* data );
+.YS
 .SH DESCRIPTION
 The
 .BR dl_iterate_phdr ()


which results in


$ diffman-git 
--- HEAD:man/man3/dl_iterate_phdr.3
+++ ./man/man3/dl_iterate_phdr.3
@@ -10,10 +10,10 @@
      #define _GNU_SOURCE         /* See feature_test_macros(7) */
      #include <link.h>
 
-     int dl_iterate_phdr(
-              typeof(int (struct dl_phdr_info *info, size_t size, void *data))
-                  *callback,
-              void *data);
+     int dl_iterate_phdr( typeof(int (struct dl_phdr_info *info, size_t size,
+                                      void *data))
+                              *callback,
+                          void *data);
 
 DESCRIPTION
      The dl_iterate_phdr() function allows an application to inquire at run 
time to


which I'm relatively pleased with.  So, no need to do anything from your
side; I'll update you if necessary.


Have a lovely day!
Alex

-- 
<https://www.alejandro-colomar.es/>

Attachment: signature.asc
Description: PGP signature

Reply via email to