Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv28551
Modified Files:
dhcp-client.c dhcpclient.1
Log Message:
updated man page; fixed up usage() in dhcpclient;
Index: dhcp-client.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** dhcp-client.c 2002/02/02 15:28:47 1.9
--- dhcp-client.c 2002/02/02 15:34:03 1.10
***************
*** 59,63 ****
static void usage(char *s)
{
! printf("usage: %s [-vkwa] [-d directory] [-i interface name]\n", s);
exit(0);
}
--- 59,63 ----
static void usage(char *s)
{
! printf("usage: %s [-cavkw] [-d directory] [-i interface name] [ -m mac address ]\n", s);
exit(0);
}
Index: dhcpclient.1
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcpclient.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dhcpclient.1 2002/01/31 23:15:44 1.4
--- dhcpclient.1 2002/02/02 15:34:04 1.5
***************
*** 6,10 ****
.Sh SYNOPSIS
.Nm dhcpclient
! .Op -av
.Op -k
.Op Ar -d working directory
--- 6,10 ----
.Sh SYNOPSIS
.Nm dhcpclient
! .Op -avckw
.Op -k
.Op Ar -d working directory
***************
*** 38,41 ****
--- 38,44 ----
.It Op -w
Wake current dhcpclient on specificed interface. This forces a renew.
+ .It Op -c
+ Clear cache. Should be used if client crashes and leaves corrupt
+ cache.
.It Op Ar -m fake mac address
Use a fake mac source address. Useful only for diagnostics where
|