svn commit: r232389 - stable/9/lib/libc/gen

Konstantin Belousov kib at FreeBSD.org
Fri Mar 2 11:50:38 UTC 2012


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


More information about the svn-src-stable-9 mailing list