Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.aout_so This man page only documents behaviour on...



details:   https://anonhg.NetBSD.org/src/rev/17cfd6f74329
branches:  trunk
changeset: 509503:17cfd6f74329
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 06 13:49:03 2001 +0000

description:
This man page only documents behaviour on a.out. ld.aout_so uses
a colon separated LD_PRELOAD (in contrast to ld.elf_so), so undo last
commit.

diffstat:

 libexec/ld.aout_so/rtld.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a7a25284ab79 -r 17cfd6f74329 libexec/ld.aout_so/rtld.1
--- a/libexec/ld.aout_so/rtld.1 Sun May 06 13:47:14 2001 +0000
+++ b/libexec/ld.aout_so/rtld.1 Sun May 06 13:49:03 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rtld.1,v 1.11 2001/05/06 12:41:19 wiz Exp $
+.\"    $NetBSD: rtld.1,v 1.12 2001/05/06 13:49:03 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -145,7 +145,7 @@
 A colon separated list of directories, overriding the default search path
 for shared libraries.
 .It Ev LD_PRELOAD
-A space separated list of shared object filenames to be loaded
+A colon separated list of shared object filenames to be loaded
 .Em after
 the main program but
 .Em before



Home | Main Index | Thread Index | Old Index