Fix erroneous reference to GPL_MATH_EMULATION
PR: docs/30742 Submitted by: Shill <shill@free.fr>
This commit is contained in:
parent
74c4bf6395
commit
223e44c9d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10781
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.62 2001/08/22 05:37:49 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.63 2001/09/08 00:26:55 logo Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -564,7 +564,7 @@ options MATH_EMULATE #Support for x87 emulation</programlisting>
|
|||
FreeBSD are <emphasis>not</emphasis> very accurate. If you do not
|
||||
have a math co-processor, and you need the best accuracy, it is
|
||||
recommended that you change this option to
|
||||
<literal>GPL_MATH_EMULATION</literal> to use the GNU math support,
|
||||
<literal>GPL_MATH_EMULATE</literal> to use the GNU math support,
|
||||
which is not included by default for licensing reasons.</para>
|
||||
</note>
|
||||
|
||||
|
|
Loading…
Reference in a new issue