Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ldconfig Sort sections, use standard headers, slight ma...
details: https://anonhg.NetBSD.org/src/rev/270ddbef9ef7
branches: trunk
changeset: 517633:270ddbef9ef7
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Nov 16 11:37:40 2001 +0000
description:
Sort sections, use standard headers, slight markup improvement.
diffstat:
sbin/ldconfig/ldconfig.8 | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diffs (59 lines):
diff -r a426e9d1553a -r 270ddbef9ef7 sbin/ldconfig/ldconfig.8
--- a/sbin/ldconfig/ldconfig.8 Fri Nov 16 11:37:04 2001 +0000
+++ b/sbin/ldconfig/ldconfig.8 Fri Nov 16 11:37:40 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ldconfig.8,v 1.12 2000/10/08 09:53:00 bjh21 Exp $
+.\" $NetBSD: ldconfig.8,v 1.13 2001/11/16 11:37:40 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -83,7 +83,7 @@
directories where shared libraries might be found.
.Ev LD_LIBRARY_PATH
is a
-.Sq \:
+.Sq \&:
separated list of directory paths that are searched by
.Nm ld.so
when it needs to load a shared library. It can be viewed as the run-time
@@ -124,7 +124,21 @@
.It Fl v
Switch on verbose mode.
.El
-.Sh SECURITY
+.Sh FILES
+.Pa /var/run/ld.so.hints ,
+.Pa /etc/ld.so.conf
+.Sh SEE ALSO
+.Xr ld 1 ,
+.Xr ld.so 1 ,
+.Xr ld.so.conf 5 ,
+.Xr link 5
+.Sh HISTORY
+A
+.Nm
+utility first appeared in SunOS 4.0, it appeared in its current form
+in
+.Nx 0.9a .
+.Sh SECURITY CONSIDERATIONS
Special care must be taken when loading shared libraries into the address
space of
.Em set-user-ID
@@ -148,17 +162,3 @@
and
.Ev LD_PRELOAD
from the environment.
-.Sh FILES
-.Pa /var/run/ld.so.hints ,
-.Pa /etc/ld.so.conf
-.Sh SEE ALSO
-.Xr ld 1 ,
-.Xr ld.so 1 ,
-.Xr ld.so.conf 5 ,
-.Xr link 5
-.Sh HISTORY
-A
-.Nm
-utility first appeared in SunOS 4.0, it appeared in its current form
-in
-.Nx 0.9a .
Home |
Main Index |
Thread Index |
Old Index