Module Name: src
Committed By: wiz
Date: Fri Apr 10 18:18:23 UTC 2009
Modified Files:
src/share/man/man5: ld.so.conf.5
Log Message:
New sentence, new line. Use Sq for quoting single characters. Quote <> for
HTML. Whitespace fix.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man5/ld.so.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/ld.so.conf.5
diff -u src/share/man/man5/ld.so.conf.5:1.19 src/share/man/man5/ld.so.conf.5:1.20
--- src/share/man/man5/ld.so.conf.5:1.19 Fri Apr 10 14:57:28 2009
+++ src/share/man/man5/ld.so.conf.5 Fri Apr 10 18:18:22 2009
@@ -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 @@
.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 @@
.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 @@
.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.)