svn commit: r231873 - head/lib/libc/gen

Konstantin Belousov kib at FreeBSD.org
Fri Feb 17 12:40:28 UTC 2012


Author: kib
Date: Fri Feb 17 12:40:27 2012
New Revision: 231873
URL: http://svn.freebsd.org/changeset/base/231873

Log:
  Fix cross-references.
  
  Submitted by:	pluknet
  MFC after:  2 weeks

Modified:
  head/lib/libc/gen/dl_iterate_phdr.3

Modified: head/lib/libc/gen/dl_iterate_phdr.3
==============================================================================
--- head/lib/libc/gen/dl_iterate_phdr.3	Fri Feb 17 11:47:18 2012	(r231872)
+++ head/lib/libc/gen/dl_iterate_phdr.3	Fri Feb 17 12:40:27 2012	(r231873)
@@ -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-head mailing list