Author: kib
Date: Fri Mar  2 11:50:37 2012
New Revision: 232389
URL: http://svn.freebsd.org/changeset/base/232389

Log:
  MFC r231869:
  Document dl_iterate_phdr(3).
  
  MFC r231873:
  Fix cross-references.

Added:
  stable/9/lib/libc/gen/dl_iterate_phdr.3
     - copied, changed from r231869, head/lib/libc/gen/dl_iterate_phdr.3
Modified:
Directory Properties:
  stable/9/lib/libc/   (props changed)

Copied and modified: stable/9/lib/libc/gen/dl_iterate_phdr.3 (from r231869, 
head/lib/libc/gen/dl_iterate_phdr.3)
==============================================================================
--- head/lib/libc/gen/dl_iterate_phdr.3 Fri Feb 17 10:51:40 2012        
(r231869, copy source)
+++ stable/9/lib/libc/gen/dl_iterate_phdr.3     Fri Mar  2 11:50:37 2012        
(r232389)
@@ -23,7 +23,7 @@
 .Nd iterate over program headers
 .Sh LIBRARY
 For the dynamically linked binaries, the service is provided by
-.Xr ld-elf.so.1 5
+.Xr ld-elf.so.1 1
 dynamic linker.
 Statically linked programs use an implementation of
 .Fn dl_iterate_phdr
@@ -105,7 +105,7 @@ returns the value returned by the last
 call executed.
 .Sh SEE ALSO
 .Xr ld 1 ,
-.Xr ld-elf.so 1 ,
+.Xr ld-elf.so.1 1 ,
 .Xr dlopen 3 ,
 .Xr elf 5
 .Sh HISTORY
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to