diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-08-24 20:43:54 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-08-24 20:43:54 +0000 |
commit | dbc114dfeca4f95ee9d607dedf61f2b8dd3d6f73 (patch) | |
tree | e28043f65714145862deea4eb4bda2b7b9c19b89 /libexec/ld.so/ld.so.1 | |
parent | ad04979ca641d9ad9da3a4c00c109eebbc90eac4 (diff) |
prepends, not overrides default search path. with/ok kurt@
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 9be6a9cfcca..5643f53d4ce 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.16 2007/05/31 19:19:39 jmc Exp $ +.\" $OpenBSD: ld.so.1,v 1.17 2008/08/24 20:43:53 martynas Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 24 2008 $ .Dt LD.SO 1 .Os .Sh NAME @@ -84,7 +84,7 @@ its behaviour as follows: .Pp .Bl -tag -width Ds -compact .It Ev LD_LIBRARY_PATH -A colon separated list of directories, overriding the default search path +A colon separated list of directories, prepending the default search path for shared libraries. This variable is ignored for set-user-ID and set-group-ID executables. .Pp |