diff options
-rw-r--r-- | doc/FAQ.html | 3 | ||||
-rw-r--r-- | doc/faq.xsl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 95db2eb73..aa6509c50 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -379,7 +379,8 @@ settings are correct.</p> (for instance), the linker takes the first library found in the library search path, whether it is dynamic or static. The default behavior under darwin is different, but <cite><acronym>MPFR</acronym></cite> will change it.</p></dd> - +<!-- Reference concerning darwin: see MPFR_LD_SEARCH_PATHS_FIRST + in MPFR's configure.{ac,in} and acinclude.m4 --> </dl> diff --git a/doc/faq.xsl b/doc/faq.xsl index 58dfd24ad..910e7611f 100644 --- a/doc/faq.xsl +++ b/doc/faq.xsl @@ -54,7 +54,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., </xsl:copy> </xsl:template> -<xsl:template match="comment()"/> +<xsl:template match="/comment()"/> <xsl:template match="node()|@*"> <xsl:copy> |