aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-01-23 09:30:44 +0000
committerNick Clifton <nickc@redhat.com>2003-01-23 09:30:44 +0000
commit489d0400afe4b18c94ce8b6195fa3d91978ecb08 (patch)
tree679844806b5378429ca58dc98acc9a4bca868ab4 /ld/ld.texinfo
parent7904e09f8fc9327521760fa66df8c6252f36582d (diff)
downloadgdb-489d0400afe4b18c94ce8b6195fa3d91978ecb08.zip
gdb-489d0400afe4b18c94ce8b6195fa3d91978ecb08.tar.gz
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.texinfo2
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,