]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
A comment was missing its closing "*/".
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Jun 2007 05:40:45 +0000 (05:40 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Jun 2007 05:40:45 +0000 (05:40 +0000)
man3/dl_iterate_phdr.3

index eb316ef556b4eb2a60fee729f9e5c9105abec5ee..d2a91022e609193e32c656c12a30d5a653dd3fd8 100644 (file)
@@ -73,7 +73,7 @@ argument is a structure of the following type:
   struct dl_phdr_info {
     ElfW(Addr)        dlpi_addr;  /* Base address of object */
     const char       *dlpi_name;  /* (Null-terminated) name of
-                                     object
+                                     object */
     const ElfW(Phdr) *dlpi_phdr;  /* Pointer to array of
                                      ELF program headers
                                      for this object */