New sentence, new line. Use Sq for quoting single characters. Quote <> for

HTML. Whitespace fix.
This commit is contained in:
wiz 2009-04-10 18:18:22 +00:00
parent c1b6a79f1e
commit eb506f3e76

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ld.so.conf.5,v 1.19 2009/04/10 14:57:28 joerg Exp $ .\" $NetBSD: ld.so.conf.5,v 1.20 2009/04/10 18:18:22 wiz Exp $
.\" .\"
.\" Copyright (c) 1996 Matthew R. Green .\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved. .\" All rights reserved.
@ -35,8 +35,7 @@ The
.Nm .Nm
file specifies additional default directories (beyond the standard set, file specifies additional default directories (beyond the standard set,
normally normally
.Dq /usr/lib .Dq Pa /usr/lib ) .
).
.Pp .Pp
On On
.Xr a.out 5 .Xr a.out 5
@ -52,20 +51,25 @@ systems, this file is scanned directly by the run-time linker
.Pa /usr/libexec/ld.elf_so . .Pa /usr/libexec/ld.elf_so .
.Pp .Pp
Lines beginning with Lines beginning with
.Dq # .Sq #
are treated as comments and ignored. Any other non-blank lines beginning are treated as comments and ignored.
with '/' are stripped of leading whitespace and trailing comments Any other non-blank lines beginning
with
.Sq /
are stripped of leading whitespace and trailing comments
(introduced with (introduced with
.Dq # ) .Sq # )
together with any preceding whitespace, then treated as directories to be together with any preceding whitespace, then treated as directories to be
scanned for shared libraries to add to the hints. scanned for shared libraries to add to the hints.
.Pp .Pp
On On
.Xr elf 5 .Xr elf 5
lines that do not begin with a '/' are parsed as hardware dependent per lines that do not begin with a
.Sq /
are parsed as hardware dependent per
library directives: library directives:
.Bd -literal .Bd -literal
<library> <sysctl> <variable>[,...]:<library>[,...] ... \*[Lt]library\*[Gt] \*[Lt]sysctl\*[Gt] \*[Lt]variable\*[Gt][,...]:\*[Lt]library\*[Gt][,...] ...
.Ed .Ed
.Pp .Pp
If there is no match, the standard action is taken. If there is no match, the standard action is taken.
@ -94,6 +98,6 @@ The ELF support for it was added in
.Nx 1.5 . .Nx 1.5 .
.Sh BUGS .Sh BUGS
Directory names containing the comment character Directory names containing the comment character
.Pq Dq # .Pq Sq #
and/or leading or trailing whitespace cannot be included. (Embedded blanks and/or leading or trailing whitespace cannot be included.
are allowed, however.) (Embedded blanks are allowed, however.)