Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/ldconfig Pullup 1.11 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/63aa35c505a8
branches:  netbsd-1-5
changeset: 490197:63aa35c505a8
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 13 18:47:43 2000 +0000

description:
Pullup 1.11 [releng]:
Mention that ldconfig is a.out only.
Should fix PR bin/10299.

diffstat:

 sbin/ldconfig/ldconfig.8 |  18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r ae782edd1972 -r 63aa35c505a8 sbin/ldconfig/ldconfig.8
--- a/sbin/ldconfig/ldconfig.8  Mon Nov 13 16:45:59 2000 +0000
+++ b/sbin/ldconfig/ldconfig.8  Mon Nov 13 18:47:43 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ldconfig.8,v 1.10 1999/02/22 23:07:16 msaitoh Exp $
+.\"    $NetBSD: ldconfig.8,v 1.10.10.1 2000/11/13 18:47:43 tv Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,12 +34,12 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 24, 1997
+.Dd October 8, 2000
 .Dt LDCONFIG 8
 .Os NetBSD
 .Sh NAME
 .Nm ldconfig
-.Nd configure the shared library cache
+.Nd configure the a.out shared library cache
 .Sh SYNOPSIS
 .Nm ldconfig
 .Op Fl cmrsSv
@@ -48,10 +48,18 @@
 .Nm
 is used to prepare a set of
 .Dq hints
-for use by the run-time linker
+for use by the a.out run-time linker
 .Nm ld.so
 to facilitate quick lookup of shared libraries available in multiple
-directories.  By default, it scans a set of built-in system directories,
+directories.
+.Nm
+is only available on systems that use the
+.Dq a.out
+format for executables and libraries \(en on ELF systems, all the work
+is done by
+.Nm ld.elf_so .
+.Pp
+By default, it scans a set of built-in system directories,
 directories listed in
 .Pa /etc/ld.so.conf ,
 and any



Home | Main Index | Thread Index | Old Index