In DHCP section:

- s/&os 4.X/&os; 4.X from my previous commit.  make(1) built
  and rendered correctly even without the ";", maybe a "bug"... [1]
- Add missing application tags and punctuation fixes.

Found by:	simon [1]
This commit is contained in:
Marc Fonvieille 2004-05-15 11:14:21 +00:00
parent 3ef8e3fa7d
commit f36f9fec47
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20906

View file

@ -4882,9 +4882,9 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
<para>DHCP is supported by <para>DHCP is supported by
<application>sysinstall</application>. When configuring a <application>sysinstall</application>. When configuring a
network interface within sysinstall, the first question network interface within <application>sysinstall</application>, the first question
asked is, <quote>Do you want to try DHCP configuration of asked is: <quote>Do you want to try DHCP configuration of
this interface?</quote> Answering affirmatively will execute this interface?</quote>. Answering affirmatively will execute
<command>dhclient</command>, and if successful, will fill in <command>dhclient</command>, and if successful, will fill in
the network configuration information automatically.</para> the network configuration information automatically.</para>
@ -4898,7 +4898,7 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
<listitem> <listitem>
<para>Make sure that the <devicename>bpf</devicename> <para>Make sure that the <devicename>bpf</devicename>
device is compiled into your kernel. To do this, add device is compiled into your kernel. To do this, add
<literal>device bpf</literal> (<literal>pseudo-device bpf</literal> under &os&nbsp;4.X) to your kernel <literal>device bpf</literal> (<literal>pseudo-device bpf</literal> under &os;&nbsp;4.X) to your kernel
configuration file, and rebuild the kernel. For more configuration file, and rebuild the kernel. For more
information about building kernels, see <xref information about building kernels, see <xref
linkend="kernelconfig">.</para> linkend="kernelconfig">.</para>