From d904b9a1675451cc1a0821a86758e67dbeff150a Mon Sep 17 00:00:00 2001 From: Mihir Mehta Date: Tue, 26 Sep 2017 06:23:59 -0500 Subject: [PATCH] ld.so.8: wfix Someone omitted a word in ld.so.8; this patch fixes that. Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 97faf8748..952401e65 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -39,7 +39,7 @@ handles a.out binaries, a format used long ago; handles ELF, which everybody has been using for years now. Otherwise, both have the same behavior, and use the same -support files and programs +support files and programs as .BR ldd (1), .BR ldconfig (8), and