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
1 changed files with 16 additions and 12 deletions

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
.\" All rights reserved.
@ -35,8 +35,7 @@ The
.Nm
file specifies additional default directories (beyond the standard set,
normally
.Dq /usr/lib
).
.Dq Pa /usr/lib ) .
.Pp
On
.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 .
.Pp
Lines beginning with
.Dq #
are treated as comments and ignored. Any other non-blank lines beginning
with '/' are stripped of leading whitespace and trailing comments
.Sq #
are treated as comments and ignored.
Any other non-blank lines beginning
with
.Sq /
are stripped of leading whitespace and trailing comments
(introduced with
.Dq # )
.Sq # )
together with any preceding whitespace, then treated as directories to be
scanned for shared libraries to add to the hints.
.Pp
On
.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:
.Bd -literal
<library> <sysctl> <variable>[,...]:<library>[,...] ...
\*[Lt]library\*[Gt] \*[Lt]sysctl\*[Gt] \*[Lt]variable\*[Gt][,...]:\*[Lt]library\*[Gt][,...] ...
.Ed
.Pp
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 .
.Sh BUGS
Directory names containing the comment character
.Pq Dq #
and/or leading or trailing whitespace cannot be included. (Embedded blanks
are allowed, however.)
.Pq Sq #
and/or leading or trailing whitespace cannot be included.
(Embedded blanks are allowed, however.)