summaryrefslogtreecommitdiff
path: root/doc/FAQ.html
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-13 13:43:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-13 13:43:02 +0000
commita92e7c65546b6cd899b53f0eb59b1f7d20099db1 (patch)
treeb26a4c4e2c2da23c4daba965058bd7474a8f35dc /doc/FAQ.html
parentb0820b8e5f7e0487882140afaffb938b5b4eca08 (diff)
downloadmpfr-a92e7c65546b6cd899b53f0eb59b1f7d20099db1.tar.gz
[doc] Updated FAQ.html with update-faq.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12099 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r--doc/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html
index f69973fce..5932503fa 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -338,7 +338,7 @@ installation using <cite>autoconf</cite> or <cite>pkg-config</cite>?</dt>
<dd><p>The <cite><acronym>MPFR</acronym></cite> team does not currently
recommend any <cite>autoconf</cite> code, but a section will later
be added to the <cite><acronym>MPFR</acronym></cite> manual.
-Limited <cite>pkg-config</cite> support will be added for
+Limited <cite>pkg-config</cite> support has been added for
<cite><acronym>MPFR</acronym></cite> 4.0.0; example:</p>
<pre style="margin-left: 2em">cc myprogram.c $(pkg-config --cflags --libs mpfr)</pre></dd>