diff options
author | Alan Modra <amodra@gmail.com> | 2021-08-04 13:14:29 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-08-04 13:14:29 +0930 |
commit | 010e444b2f731ca56b6fba7f4dd47df17d6e7008 (patch) | |
tree | 0d6211336b19e60fa87f0821294400150b447ced /ld/ld.texi | |
parent | 29daccc9f322b69c9db5e68134d4433f7356ac65 (diff) | |
download | gdb-010e444b2f731ca56b6fba7f4dd47df17d6e7008.zip gdb-010e444b2f731ca56b6fba7f4dd47df17d6e7008.tar.gz gdb-010e444b2f731ca56b6fba7f4dd47df17d6e7008.tar.bz2 |
PR28155, Superfluous "the" in the man page
PR 28155
* ld.texi (Options <runtime library name>): Correct grammar.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |