- whitespace cleanup of previous commit

This commit is contained in:
Daniel Gerzo 2006-10-16 19:18:09 +00:00
parent b5a92a5409
commit e9dd92b996
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28877

View file

@ -298,17 +298,17 @@
<procedure>
<title>Building a Kernel</title>
<step>
<para>Change to the <filename
role="directory">/usr/src</filename> directory:</para>
<screen>&prompt.root; <userinput>cd /usr/src</userinput></screen>
</step>
<step>
<para>Compile the kernel:</para>
<screen>&prompt.root; <userinput>make buildkernel KERNCONF=<replaceable>MYKERNEL</replaceable></userinput></screen>
</step>
@ -318,7 +318,7 @@
<screen>&prompt.root; <userinput>make installkernel KERNCONF=<replaceable>MYKERNEL</replaceable></userinput></screen>
</step>
</procedure>
<note>
<para>It is required to have full &os; source tree to build the
kernel.</para>