Fix dhcpd related manual page entities.

This commit is contained in:
Marc Fonvieille 2003-09-20 08:37:27 +00:00
parent bd42663ba3
commit d0187c0c11
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18187

View file

@ -4228,7 +4228,7 @@ host mailhost {
<listitem><para><filename>/usr/local/sbin/dhcpd</filename></para>
<para><application>dhcpd</application> is statically linked and
resides in <filename>/usr/local/sbin</filename>. The
dhcpd(8) manual page installed with the
&man.dhcpd.8; manual page installed with the
port gives more information about
<application>dhcpd</application>.</para>
</listitem>
@ -4240,14 +4240,14 @@ host mailhost {
contain all the information that should be provided to clients
that are being serviced, along with information regarding the
operation of the server. This configuration file is described
by the dhcpd.conf(5) manual page installed
by the &man.dhcpd.conf.5; manual page installed
by the port.</para>
</listitem>
<listitem><para><filename>/var/db/dhcpd.leases</filename></para>
<para>The DHCP server keeps a database of leases it has issued
in this file, which is written as a log. The manual page
dhcpd.leases(5), installed by the port
&man.dhcpd.leases.5;, installed by the port
gives a slightly longer description.</para>
</listitem>
@ -4255,7 +4255,7 @@ host mailhost {
<para><application>dhcrelay</application> is used in advanced
environments where one DHCP server forwards a request from a
client to another DHCP server on a separate network. The
dhcrelay(8) manual page provided with the
&man.dhcrelay.8; manual page provided with the
port contains more detail.</para>
</listitem>
</itemizedlist>