@@ -780,7 +780,7 @@ The Failover pool balance statements.
780780This version of the DHCP Server evaluates pool balance on a schedule,
781781rather than on demand as leases are allocated. The latter approach
782782proved to be slightly klunky when pool misbalanced reach total
783- saturation... when any server ran out of leases to assign, it also lost
783+ saturation \( em when any server ran out of leases to assign, it also lost
784784its ability to notice it had run dry.
785785.PP
786786In order to understand pool balance, some elements of its operation
@@ -1228,12 +1228,12 @@ IP address, it can update its own A record, assuming that the
12281228.PP
12291229If the server is configured not to allow client updates, or if the
12301230client doesn't want to do its own update, the server will simply
1231- choose a name for the client from either the fqdn option (if present)
1231+ choose a name for the client from either the \fB fqdn \fR option (if present)
12321232or the hostname option (if present). It will use its own
12331233domain name for the client, just as in the ad-hoc update scheme.
12341234It will then update both the A and PTR record, using the name that it
12351235chose for the client. If the client sends a fully-qualified domain
1236- name in the fqdn option, the server uses only the leftmost part of the
1236+ name in the \fB fqdn \fR option, the server uses only the leftmost part of the
12371237domain name - in the example above, "jschmoe" instead of
12381238"jschmoe.radish.org".
12391239.PP
@@ -2051,7 +2051,7 @@ The \fIddns-hostname\fR statement
20512051.B ddns-hostname \fI name \fB ; \fR
20522052.PP
20532053The \fI name \fR parameter should be the hostname that will be used in
2054- setting up the client's A and PTR records. If no ddns -hostname is
2054+ setting up the client's A and PTR records. If no \fI ddns -hostname\fR is
20552055specified in scope, then the server will derive the hostname
20562056automatically, using an algorithm that varies for each of the
20572057different update methods.
@@ -2199,7 +2199,7 @@ set to \fBinterim\fR. Forward updates are enabled by default. If
21992199this statement is used to disable forward updates, the DHCP server
22002200will never attempt to update the client's A record, and will only ever
22012201attempt to update the client's PTR record if the client supplies an
2202- FQDN that should be placed in the PTR record using the fqdn option.
2202+ FQDN that should be placed in the PTR record using the \fB fqdn \fR option.
22032203If forward updates are enabled, the DHCP server will still honor the
22042204setting of the \fB client-updates \fR flag.
22052205.RE
@@ -2454,7 +2454,7 @@ This statement causes the DHCP server to listen for DHCP requests sent
24542454to the specified \fI address \fR , rather than requests sent to all addresses.
24552455Since serving directly attached DHCP clients implies that the server must
24562456respond to requests sent to the all-ones IP address, this option cannot be
2457- used if clients are on directly attached networks... it is only realistically
2457+ used if clients are on directly attached networks; it is only realistically
24582458useful for a server whose only clients are reached via unicasts, such as via
24592459DHCP relay agents.
24602460.PP
@@ -2509,6 +2509,7 @@ Because the \fIlog-facility\fR setting is controlled by the dhcpd.conf
25092509file, log messages printed while parsing the dhcpd.conf file or before
25102510parsing it are logged to the default log facility. To prevent this,
25112511see the README file included with this distribution, which describes
2512+ BUG: where is that mentioned in README?
25122513how to change the default log facility. When this parameter is used,
25132514the DHCP server prints its startup message a second time after parsing
25142515the configuration file, so that the log will be as complete as
0 commit comments