It's CTF not CFT.

Typo noticed by:	manolis
This commit is contained in:
Tom Rhodes 2008-10-20 12:50:42 +00:00
parent c195761f6e
commit 5f19a8d7ec
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33091

View file

@ -174,7 +174,7 @@ options DDB_CTF</programlisting>
<para>All sources must be rebuilt and installed with <acronym>CTF</acronym> options. <para>All sources must be rebuilt and installed with <acronym>CTF</acronym> options.
To accomplish this task, rebuild the &os; sources using:</para> To accomplish this task, rebuild the &os; sources using:</para>
<!-- XXXTR: WITH_CFT has been reported to leave a user with a <!-- XXXTR: WITH_CTF has been reported to leave a user with a
broken system when used with buildworld. Until this is broken system when used with buildworld. Until this is
fixed, comment out those parts. When uncommenting, kill fixed, comment out those parts. When uncommenting, kill
the extra screen. the extra screen.
@ -182,8 +182,8 @@ options DDB_CTF</programlisting>
<screen>&prompt.root; <userinput>cd /usr/src</userinput> <screen>&prompt.root; <userinput>cd /usr/src</userinput>
<!-- &prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput> --> <!-- &prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput> -->
&prompt.root; <userinput>make WITH_CFT=1 kernel</userinput></screen> &prompt.root; <userinput>make WITH_CTF=1 kernel</userinput></screen>
<!-- &prompt.root; <userinput>make WITH_CFT=1 installworld</userinput> <!-- &prompt.root; <userinput>make WITH_CTF=1 installworld</userinput>
&prompt.root; <userinput>mergemaster -Ui</userinput></screen> --> &prompt.root; <userinput>mergemaster -Ui</userinput></screen> -->
<para>The system will need to be restarted.</para> <para>The system will need to be restarted.</para>