Update of /cvsroot/dhcp-agent/dhcp-agent/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv3398/doc
Modified Files:
dhcp-client.texi introduction.texi
Log Message:
updated documentation to reflect command line changes; fixed up some wording
Index: dhcp-client.texi
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/dhcp-client.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dhcp-client.texi 29 Jun 2003 01:33:19 -0000 1.6
--- dhcp-client.texi 6 Jul 2003 17:28:22 -0000 1.7
***************
*** 127,130 ****
--- 127,136 ----
@item
+ -s
+
+ Print out status information on the most recent lease acquired by
+ the client.
+
+ @item
-i @dfn{interface}
Index: introduction.texi
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/introduction.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** introduction.texi 5 Jul 2003 18:53:37 -0000 1.5
--- introduction.texi 6 Jul 2003 17:28:22 -0000 1.6
***************
*** 92,96 ****
@section System Specific Notes
! @subsection Linux
The client under Linux may not be entirely happy when applied to an
--- 92,96 ----
@section System Specific Notes
! @subsection GNU/Linux
The client under Linux may not be entirely happy when applied to an
***************
*** 198,200 ****
seconds using the back-off algorithm mentioned above. This algorithm
is mentioned in RFC2131 and implemented for compliance. It also makes
! good sense for ethernet networks with high collisions.
--- 198,201 ----
seconds using the back-off algorithm mentioned above. This algorithm
is mentioned in RFC2131 and implemented for compliance. It also makes
! good sense for ethernet networks that have high collisions or are
! congested enough to have heavy packet loss.
|