Fri Mar 23 20:49:06 2012 UTC ()
Comment in --version description. It works, it's just not in the getopt
array.


(wiz)
diff -r1.15 -r1.16 src/external/bsd/dhcpcd/dist/dhcpcd.8.in

cvs diff -r1.15 -r1.16 src/external/bsd/dhcpcd/dist/Attic/dhcpcd.8.in (expand / switch to unified diff)

--- src/external/bsd/dhcpcd/dist/Attic/dhcpcd.8.in 2012/03/23 12:35:59 1.15
+++ src/external/bsd/dhcpcd/dist/Attic/dhcpcd.8.in 2012/03/23 20:49:05 1.16
@@ -53,28 +53,28 @@ @@ -53,28 +53,28 @@
53.Op Fl W , Fl Fl whitelist Ar address Ns Op Ar /cidr 53.Op Fl W , Fl Fl whitelist Ar address Ns Op Ar /cidr
54.Op Fl y , Fl Fl reboot Ar seconds 54.Op Fl y , Fl Fl reboot Ar seconds
55.Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr 55.Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr
56.Op Fl Z , Fl Fl denyinterfaces Ar pattern 56.Op Fl Z , Fl Fl denyinterfaces Ar pattern
57.Op Fl z , Fl Fl allowinterfaces Ar pattern 57.Op Fl z , Fl Fl allowinterfaces Ar pattern
58.Op interface 58.Op interface
59.Op ... 59.Op ...
60.Nm 60.Nm
61.Fl k , Fl Fl release 61.Fl k , Fl Fl release
62.Op interface 62.Op interface
63.Nm 63.Nm
64.Fl U, Fl Fl dumplease 64.Fl U, Fl Fl dumplease
65.Ar interface 65.Ar interface
66.\".Nm 66.Nm
67.\".Fl v , Fl Fl version 67.Fl Fl version
68.Nm 68.Nm
69.Fl x , Fl Fl exit 69.Fl x , Fl Fl exit
70.Op interface 70.Op interface
71.Sh DESCRIPTION 71.Sh DESCRIPTION
72.Nm 72.Nm
73is an implementation of the DHCP client specified in 73is an implementation of the DHCP client specified in
74.Li RFC 2131 . 74.Li RFC 2131 .
75.Nm 75.Nm
76gets the host information 76gets the host information
77.Po 77.Po
78IP address, routes, etc 78IP address, routes, etc
79.Pc 79.Pc
80from a DHCP server and configures the network 80from a DHCP server and configures the network
@@ -368,30 +368,30 @@ should be between 1 and 254 inclusive. @@ -368,30 +368,30 @@ should be between 1 and 254 inclusive.
368To add a raw vendor string, omit 368To add a raw vendor string, omit
369.Ar code 369.Ar code
370but keep the comma. 370but keep the comma.
371Examples. 371Examples.
372.Pp 372.Pp
373Set the vendor option 01 with an IP address. 373Set the vendor option 01 with an IP address.
374.D1 dhcpcd \-v 01,192.168.0.2 eth0 374.D1 dhcpcd \-v 01,192.168.0.2 eth0
375Set the vendor option 02 with a hex code. 375Set the vendor option 02 with a hex code.
376.D1 dhcpcd \-v 02,01:02:03:04:05 eth0 376.D1 dhcpcd \-v 02,01:02:03:04:05 eth0
377Set the vendor option 03 with an IP address as a string. 377Set the vendor option 03 with an IP address as a string.
378.D1 dhcpcd \-v 03,\e"192.168.0.2\e" eth0 378.D1 dhcpcd \-v 03,\e"192.168.0.2\e" eth0
379Set un-encapsulated vendor option to hello world. 379Set un-encapsulated vendor option to hello world.
380.D1 dhcpcd \-v ,"hello world" eth0 380.D1 dhcpcd \-v ,"hello world" eth0
381.\".It Fl v , Fl Fl version 381.It Fl Fl version
382.\"Display both program version and copyright information. 382Display both program version and copyright information.
383.\".Nm 383.Nm
384.\"then exits before doing any configuration. 384then exits before doing any configuration.
385.It Fl w , Fl Fl waitip 385.It Fl w , Fl Fl waitip
386Wait for an address to be assigned before forking to the background. 386Wait for an address to be assigned before forking to the background.
387.It Fl x , Fl Fl exit 387.It Fl x , Fl Fl exit
388This will signal an existing 388This will signal an existing
389.Nm 389.Nm
390process running on the 390process running on the
391.Ar interface 391.Ar interface
392to de-configure the 392to de-configure the
393.Ar interface 393.Ar interface
394and exit. 394and exit.
395.Nm 395.Nm
396then waits until this process has exited. 396then waits until this process has exited.
397.It Fl y , Fl Fl reboot Ar seconds 397.It Fl y , Fl Fl reboot Ar seconds