From 1c90f07c45fff1c2e37099c46bee848076decf2f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 17 Feb 2012 12:40:27 +0000 Subject: [PATCH] Fix cross-references. Submitted by: pluknet MFC after: 2 weeks --- lib/libc/gen/dl_iterate_phdr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/dl_iterate_phdr.3 b/lib/libc/gen/dl_iterate_phdr.3 index 2d81d680585..f148ab104c4 100644 --- a/lib/libc/gen/dl_iterate_phdr.3 +++ b/lib/libc/gen/dl_iterate_phdr.3 @@ -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