Uncomment xrefs to elf(5) and ld.elf_so(1) now that we have the man pages.

This commit is contained in:
wiz 2004-07-21 11:08:54 +00:00
parent 64daaf41f0
commit c60f137c23
1 changed files with 7 additions and 7 deletions

View File

@ -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