diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
commit | f219204e622c247bff69aac64de1942dc8bfaff3 (patch) | |
tree | 1528ee61cf79228f134a59c5fc149f8d67e9240a /gnu/usr.bin/ld | |
parent | bfbcc49c92083563ea5a036a9aeb295fc495af8c (diff) |
spelling
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r-- | gnu/usr.bin/ld/rtld/ld.so.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rtld/ld.so.1 b/gnu/usr.bin/ld/rtld/ld.so.1 index 5af82ab91cf..419a030b1a0 100644 --- a/gnu/usr.bin/ld/rtld/ld.so.1 +++ b/gnu/usr.bin/ld/rtld/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.2 2000/11/09 21:07:07 deraadt Exp $ +.\" $OpenBSD: ld.so.1,v 1.3 2002/02/10 23:15:05 deraadt Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -141,7 +141,7 @@ A colon separated list of directories, overriding the default search path for shared libraries. This variable is ignored for set-user-ID and set-group-ID executables. .It Ev LD_PRELOAD -A colon seperate list of library names to load before any of the regular +A colon separate list of library names to load before any of the regular libraries are loaded. This variable is ignored for set-user-ID and set-group-ID executables. .It Ev LD_WARN_NON_PURE_CODE |