s/options LINUX/options COMPAT_LINUX/

This commit is contained in:
Tom Rhodes 2004-03-15 19:30:40 +00:00
parent d49130dae4
commit af9d59b8be
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20336

View file

@ -138,7 +138,7 @@ Id Refs Address Size Name
<para>If for some reason you do not want to or cannot load the KLD, <para>If for some reason you do not want to or cannot load the KLD,
then you may statically link Linux binary compatibility into the kernel then you may statically link Linux binary compatibility into the kernel
by adding <literal>options LINUX</literal> to your kernel by adding <literal>options COMPAT_LINUX</literal> to your kernel
configuration file. Then install your new kernel as described in configuration file. Then install your new kernel as described in
<xref linkend="kernelconfig">.</para> <xref linkend="kernelconfig">.</para>