ld.so.8: Items in LD_LIBRARY_PATH can also be delimited by semicolons

See http://bgs.debian.org/794559.

Reported-by: Jonathan David Amery <jdamery@ysolde.ucam.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-08-05 20:45:12 +02:00
parent 3824cf5bc1
commit 75c2bb6393
1 changed files with 2 additions and 1 deletions

View File

@ -228,8 +228,9 @@ when they are first referenced.
This is useful when using a debugger.
.TP
.B LD_LIBRARY_PATH
A colon-separated list of directories in which to search for
A list of directories in which to search for
ELF libraries at execution-time.
The items in the list are separated by either colons or semicolons.
Similar to the
.B PATH
environment variable.