From 010e444b2f731ca56b6fba7f4dd47df17d6e7008 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 4 Aug 2021 13:14:29 +0930 Subject: [PATCH] PR28155, Superfluous "the" in the man page PR 28155 * ld.texi (Options ): Correct grammar. --- ld/ld.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/ld.texi b/ld/ld.texi index 60bb071fb79..5471d9588ed 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -683,7 +683,7 @@ When creating an ELF shared object, set the internal DT_SONAME field to the specified name. When an executable is linked with a shared object which has a DT_SONAME field, then when the executable is run the dynamic linker will attempt to load the shared object specified by the DT_SONAME -field rather than the using the file name given to the linker. +field rather than using the file name given to the linker. @kindex -i @cindex incremental link -- 2.30.2