Fix a reference to NFS that really was talking about DHCP.

Submitted by:	butch@jameswhitby.org on doc@
This commit is contained in:
Warren Block 2014-12-02 22:26:57 +00:00
parent 6e060d9669
commit c8e2be5f8b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46054

View file

@ -4083,13 +4083,13 @@ Received 264951 bytes in 0.1 seconds</screen>
<para>The <literal>root-path</literal> option defines the path
to the <acronym>NFS</acronym> root file system.</para>
<para>Once the edits are saved, enable <acronym>NFS</acronym> at
<para>Once the edits are saved, enable <acronym>DHCP</acronym> at
boot time by adding the following line to
<filename>/etc/rc.conf</filename>:</para>
<programlisting>dhcpd_enable="YES"</programlisting>
<para>Then, start the <acronym>DHCP</acronym> service:</para>
<para>Then start the <acronym>DHCP</acronym> service:</para>
<screen>&prompt.root; <userinput>service isc-dhcpd start</userinput></screen>
</sect2>