dl_iterate_phdr.3: wsppfix

Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-31 21:16:41 +01:00
parent fb30841679
commit 1210ac324b
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ dl_iterate_phdr \- walk through list of shared objects
.B #include <link.h>
.PP
.BI "int dl_iterate_phdr("
.BI " int (*" callback ") (struct dl_phdr_info *" info ,
.BI " size_t " size ", void *" data "),"
.BI " int (*" callback ")(struct dl_phdr_info *" info ,
.BI " size_t " size ", void *" data "),"
.BI " void *" data ");"
.fi
.SH DESCRIPTION