Module Name: src
Committed By: joerg
Date: Fri Apr 10 14:57:28 UTC 2009
Modified Files:
src/share/man/man5: ld.so.conf.5
Log Message:
Use shorter variable names to fit tty width. Use .Bd for samples.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/share/man/man5/ld.so.conf.5:1.19
--- src/share/man/man5/ld.so.conf.5:1.18 Thu May 29 14:51:25 2008
+++ src/share/man/man5/ld.so.conf.5 Fri Apr 10 14:57:28 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: ld.so.conf.5,v 1.18 2008/05/29 14:51:25 mrg Exp $
+.\" $NetBSD: ld.so.conf.5,v 1.19 2009/04/10 14:57:28 joerg Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -64,20 +64,18 @@
.Xr elf 5
lines that do not begin with a '/' are parsed as hardware dependent per
library directives:
-.sp
-.nf
-\*[Lt]library_name\*[Gt] \*[Lt]sysctl_variable\*[Gt] \*[Lt]variable_value\*[Gt][,...]:\*[Lt]library_name\*[Gt][,...] ...
-.fi
-.sp
+.Bd -literal
+<library> <sysctl> <variable>[,...]:<library>[,...] ...
+.Ed
+.Pp
If there is no match, the standard action is taken.
.Sh FILES
.Pa /etc/ld.so.conf
.Sh EXAMPLES
-.sp
-.nf
+.Bd -literal
libm.so.0 machdep.fpu_present 1:libm387.so.0,libm.so.0
-.fi
-.sp
+.Ed
+.Pp
The above line loads both libm387 and libm when the
.Xr sysctl 3
variable fpu_present has the value 1.