diff options
author | Nick Clifton <nickc@redhat.com> | 2024-03-19 11:44:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-03-19 11:44:34 +0000 |
commit | dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa (patch) | |
tree | 2c4ce6b3ac3eb39e22b3b4d26b0fedc0615c602c | |
parent | c0689161ed0d44e60c3529b1ee94b9654572a457 (diff) | |
download | fsf-binutils-gdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.zip fsf-binutils-gdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.tar.gz fsf-binutils-gdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.tar.bz2 |
Fix typo in previous patch to ld.texi
-rw-r--r-- | ld/ld.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}). |