Update of /cvsroot/dhcp-agent/dhcp-agent/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv31158/doc
Modified Files:
dhcp-client.texi
Log Message:
updated documentation to reflect absence of require rule
Index: dhcp-client.texi
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/dhcp-client.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dhcp-client.texi 28 Jun 2003 02:18:40 -0000 1.4
--- dhcp-client.texi 28 Jun 2003 17:53:13 -0000 1.5
***************
*** 249,256 ****
@deffn {Client Configuration Directive} require
! This directive instructs the client to require a
! set of dhcp options to be passed before accepting the lease. This is
! useful to make sure you receive a minimum of desired options. If these
! options are never met the client will eventually timeout.
@example
--- 249,257 ----
@deffn {Client Configuration Directive} require
! This directive instructs the client to require a set of dhcp options
! to be passed before accepting the lease. This is useful to make sure
! you receive a minimum of desired options. If these options are never
! met the client will eventually timeout. If this directive is not set,
! the first DHCP lease offer will be accepted.
@example
|