diff options
| author | Anton Berezin <tobez@FreeBSD.org> | 2003-11-14 12:56:56 +0000 |
|---|---|---|
| committer | Anton Berezin <tobez@FreeBSD.org> | 2003-11-14 12:56:56 +0000 |
| commit | 4893027ac47303c747cbd6e79e4ef26b3d996fe7 (patch) | |
| tree | 4cbcdc9e0ecd478a65857a52fecaf132991c032b | |
| parent | 79acdabb111d31949fdf05f02d98dc455aa1e2d6 (diff) | |
Notes
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 81603ad59883..ddd180044ad8 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -800,8 +800,8 @@ elf_hash(const char *name) * loaded shared object, whose library search path will be searched. * * The search order is: - * rpath in the referencing file * LD_LIBRARY_PATH + * rpath in the referencing file * ldconfig hints * /lib:/usr/lib */ |
