aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2023-04-07 12:36:22 -0400
committerEli Zaretskii <eliz@gnu.org>2023-04-08 19:45:17 +0300
commit61a8ffdc04cf35faf2f728900e1c6bb107c18827 (patch)
tree97c10701ed2cab07c18f8ea672fd97c8f6f1baf4 /gdb/doc
parent869a750c0ec0abcab84e38a43a1ed73321ef4371 (diff)
downloadgdb-61a8ffdc04cf35faf2f728900e1c6bb107c18827.zip
gdb-61a8ffdc04cf35faf2f728900e1c6bb107c18827.tar.gz
gdb-61a8ffdc04cf35faf2f728900e1c6bb107c18827.tar.bz2
Fix typos in previous commit of gdb.texinfo.
* gdb/doc/gdb.texinfo (Requirements): Fix typos.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ea86d49..2d5358a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -39826,9 +39826,9 @@ make program. Other variants of @code{make} will not work.
The following libraries are mandatory for building @value{GDBN}. The
@file{configure} script searches for each of these libraries in
several standard locations; if some library is installed in an unusual
-place, you can use the @file{configure} either the option
-@option{--with-@var{lib}} to specify its installation directory, or
-two separate options @option{---with-@var{library}-include} (to
+place, you can use either the @option{--with-@var{lib}}
+@file{configure} option to specify its installation directory, or
+the two separate options @option{---with-@var{library}-include} (to
specify the location of its header files) and
@option{--with-@var{library}-lib} (to specify the location of its
libraries). For example, for the GMP library, the 3 options are
@@ -39847,7 +39847,8 @@ arithmetics. The latest version of GMP is available from
@item MPFR (The GNU Multiple-precision floating-point library)
@value{GDBN} uses MPFR to emulate the target floating-point
arithmetics during expression evaluation, if the target uses different
-floating-point formats than the host.
+floating-point formats than the host. The latest version of MPFR is
+available from @url{http://www.mpfr.org}.
@end table
@end table