From dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 19 Mar 2024 11:44:34 +0000 Subject: [PATCH] Fix typo in previous patch to ld.texi --- ld/ld.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/ld.texi b/ld/ld.texi index dbfe27de83e..ca9574dfc71 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -2452,7 +2452,7 @@ a different search path than the runtime linker would have used. When additional shared libraries are required, the linker will search directories in the order listed below in order to find them. Note however that this only applies to additional libraries needed to -satisfy already included shared libraries. It does does @emph{not} +satisfy already included shared libraries. It does @emph{not} apply to libraries that are included via the @option{-l} command line option. Searches for @option{-l} libraries are only conducted in directories specified by the @option{-L} option (@xref{-L}). -- 2.11.4.GIT