Flesh out BUF_CMD_FLUSH support.
[dragonfly.git] / sbin / dhclient / common / dhcp-options.5.no_obj.patch
1 $DragonFly: src/sbin/dhclient/common/Attic/dhcp-options.5.no_obj.patch,v 1.1 2006/01/18 02:33:36 dillon Exp $
2 --- dhcp-options.5.orig 2004-06-10 19:59:15.000000000 +0200
3 +++ dhcp-options.5      2004-06-24 16:36:09.000000000 +0200
4 @@ -421,7 +421,10 @@
5  the domain-name option to specify the domain name).  See RFC 1035 for
6  character set restrictions.  This option is only honored by
7  .B dhclient-script(8)
8 -if the hostname for the client machine is not set.
9 +if the hostname for the client machine is not set (i.e., set to the empty
10 +string in
11 +.B rc.conf(5)
12 +).
13  .RE
14  .PP
15  .B option \fBieee802-3-encapsulation\fR \fIflag\fR\fB;\fR
16 @@ -644,7 +647,7 @@
17  This option specifies whether the client should configure its IP
18  layer to allow forwarding of datagrams with non-local source routes
19  (see Section 3.3.5 of [4] for a discussion of this topic).  A value
20 -of false means disallow forwarding of such datagrams, and a value of true
21 +of 0 means disallow forwarding of such datagrams, and a value of true
22  means allow forwarding.
23  .RE
24  .PP
25 @@ -938,7 +941,7 @@
26  .PP
27  This option specifies whether or not the client should negotiate the
28  use of trailers (RFC 893 [14]) when using the ARP protocol.  A value
29 -of false indicates that the client should not attempt to use trailers.  A
30 +of 0 indicates that the client should not attempt to use trailers.  A
31  value of true means that the client should attempt to use trailers.
32  .RE
33  .PP