From 75c2bb63934f37d7d0913ab2245a9ec9674c39dc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 5 Aug 2015 20:45:12 +0200 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 700628c44..1c643c760 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -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.