diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-23 09:30:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-23 09:30:44 +0000 |
commit | 489d0400afe4b18c94ce8b6195fa3d91978ecb08 (patch) | |
tree | 679844806b5378429ca58dc98acc9a4bca868ab4 /ld/ld.texinfo | |
parent | 7904e09f8fc9327521760fa66df8c6252f36582d (diff) | |
download | fsf-binutils-gdb-489d0400afe4b18c94ce8b6195fa3d91978ecb08.zip fsf-binutils-gdb-489d0400afe4b18c94ce8b6195fa3d91978ecb08.tar.gz fsf-binutils-gdb-489d0400afe4b18c94ce8b6195fa3d91978ecb08.tar.bz2 |
Remove an extra "i" in --dll-search-prefix.
Move a cross-80th-column-margin "an" to the next line.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index b85c6bf..412ea88 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1799,7 +1799,7 @@ default. @cindex DLLs, linking to @kindex --dll-search-prefix @item --dll-search-prefix @var{string} -When linking dynamically to a dll without an import library, i +When linking dynamically to a dll without an import library, search for @code{<string><basename>.dll} in preference to @code{lib<basename>.dll}. This behavior allows easy distinction between DLLs built for the various "subplatforms": native, cygwin, |