From c60f137c23ad681cd73a4e449e77381e36a18232 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 Jul 2004 11:08:54 +0000 Subject: [PATCH] Uncomment xrefs to elf(5) and ld.elf_so(1) now that we have the man pages. --- share/man/man5/ld.so.conf.5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/man/man5/ld.so.conf.5 b/share/man/man5/ld.so.conf.5 index f5f7166a28fd..2a262907eb14 100644 --- a/share/man/man5/ld.so.conf.5 +++ b/share/man/man5/ld.so.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ld.so.conf.5,v 1.16 2002/02/13 08:18:13 ross Exp $ +.\" $NetBSD: ld.so.conf.5,v 1.17 2004/07/21 11:08:54 wiz Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 24, 1997 +.Dd July 21, 2004 .Dt LD.SO.CONF 5 .Os .Sh NAME @@ -48,8 +48,8 @@ to create the hints files used by the run-time linker .Pa /usr/libexec/ld.so to locate shared libraries. .Pp -On elf -.\" .Xr elf 5 +On +.Xr elf 5 systems, this file is scanned directly by the run-time linker .Pa /usr/libexec/ld.elf_so . .Pp @@ -62,8 +62,8 @@ with '/' are stripped of leading whitespace and trailing comments together with any preceding whitespace, then treated as directories to be scanned for shared libraries to add to the hints. .Pp -On elf -.\" .Xr elf 5 +On +.Xr elf 5 lines that do not begin with a '/' are parsed as hardware dependent per library directives: .sp @@ -84,8 +84,8 @@ The above line loads both libm387 and libm when the .Xr sysctl 3 variable fpu_present has the value 1. .Sh SEE ALSO -.\" .Xr ld.elf_so 1 .Xr ld.aout_so 1 , +.Xr ld.elf_so 1 , .Xr a.out 5 , .Xr elf 5 , .Xr ldconfig 8