Correct the kernel options parameter (s/option/options/).
Also move the options USER_LDT to a note text, since the handbook focusses on FreeBSD 5.X and later. PR: docs/89915 Submitted by: Pierre-Paul Lavoie <ppl at nbnet dot nb dot ca>
This commit is contained in:
parent
566a92cbdc
commit
38eb806c35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26511
1 changed files with 5 additions and 5 deletions
|
|
@ -782,14 +782,14 @@ link acd0 rdvd</programlisting>
|
|||
|
||||
<para>Some of the ports discussed rely on the following kernel
|
||||
options to build correctly. Before attempting to build, add
|
||||
these options to the kernel configuration file, build a new kernel, and reboot:</para>
|
||||
this option to the kernel configuration file, build a new kernel, and reboot:</para>
|
||||
|
||||
<programlisting>option CPU_ENABLE_SSE
|
||||
option USER_LDT</programlisting>
|
||||
<programlisting>options CPU_ENABLE_SSE</programlisting>
|
||||
|
||||
<note>
|
||||
<para><literal>option USER_LDT</literal> does not exist on
|
||||
&os; 5.X.</para>
|
||||
<para>On &os; 4.X <literal>options USER_LDT</literal> should
|
||||
be added to the kernel configuration file. This option is not
|
||||
available on &os; 5.X and later version.</para>
|
||||
</note>
|
||||
|
||||
<para>To enhance the shared memory X11 interface, it is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue