All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ld.so(8): make lack of separator escaping explicit
@ 2018-02-05 16:13 Mike Frysinger
       [not found] ` <20180205161357.8131-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2018-02-05 16:13 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Make it clear that the delimiters in LD_LIBRARY_PATH cannot be escaped
so people don't try various methods (like \:) to workaround it.

Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
 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 64e1fb2afdc3..fb568ef8721a 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -271,7 +271,8 @@ This is useful when using a debugger.
 .B LD_LIBRARY_PATH
 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.
+The items in the list are separated by either colons or semicolons,
+and there is no support for escaping either separator.
 Similar to the
 .B PATH
 environment variable.
-- 
2.16.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-06 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 16:13 [PATCH] ld.so(8): make lack of separator escaping explicit Mike Frysinger
     [not found] ` <20180205161357.8131-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2018-02-05 16:19   ` walter harms
     [not found]     ` <5A78842E.2060402-fPG8STNUNVg@public.gmane.org>
2018-02-05 21:44       ` Mike Frysinger
2018-02-05 21:48   ` [PATCH v2] ld.so.8: " Mike Frysinger
     [not found]     ` <20180205214802.18397-1-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2018-02-06  8:46       ` walter harms
     [not found]         ` <5A796B65.7070705-fPG8STNUNVg@public.gmane.org>
2018-02-06 18:28           ` Mike Frysinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.