OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / dl_iterate_phdr.3
index a333275..2999a89 100644 (file)
@@ -32,8 +32,8 @@ dl_iterate_phdr \- walk through list of shared objects
 
 .BI "int dl_iterate_phdr("
 .BI "          int (*" callback ") (struct dl_phdr_info *" info ,
-.BI "                           size_t " size ", void *" data ,
-.BI "          void *" data ;
+.BI "                           size_t " size ", void *" data "),"
+.BI "          void *" data ");"
 .fi
 .SH DESCRIPTION
 The
@@ -203,10 +203,11 @@ main(int argc, char *argv[])
 .IR "Executable and Linking Format Specification" ,
 available at various locations online.
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.