From 5757667555c4278980781a135e2ffcff6c22f31c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 14 Apr 2020 11:59:14 +0200 Subject: [PATCH] ld.so.8: ffix Reported-by: Branden Robinson Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 9d9aba719..f34eca3d8 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -111,7 +111,11 @@ Thus, an application located in .I somedir/app could be compiled with .IP - gcc \-Wl,\-rpath,\(aq$ORIGIN/../lib\(aq +.in +4n +.EX +gcc \-Wl,\-rpath,\(aq$ORIGIN/../lib\(aq +.EE +.in .IP so that it finds an associated shared object in .I somedir/lib