- WITHOUT_MODULES example does not work as advertised, modify to a version that

will work

PR:		docs/140649
Reported by:	Ben Kelly <ben@wanderview.com>
This commit is contained in:
Pav Lucistnik 2009-12-14 14:23:24 +00:00
parent 0d2bd00d54
commit f15ce0d3a0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35057

View file

@ -429,9 +429,9 @@ following line in &man.loader.conf.5:
<para>This variable sets up a list of modules to build instead <para>This variable sets up a list of modules to build instead
of all of them.</para> of all of them.</para>
<programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting> <programlisting>WITHOUT_MODULES = linux acpi sound ntfs</programlisting>
<para>This variable sets up a list of modules to exclude <para>This variable sets up a list of top level modules to exclude
from the build process. For other variables which you may find useful from the build process. For other variables which you may find useful
in the process of building kernel, refer to &man.make.conf.5; in the process of building kernel, refer to &man.make.conf.5;
manual page.</para> manual page.</para>