From: Roy Marples Date: Sun, 24 Jan 2010 21:01:59 +0000 (+0000) Subject: Spelling corrections. X-Git-Tag: v5.1.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b266d2d4ac61c4e8090f78345d61742f106594;p=thirdparty%2Fdhcpcd.git Spelling corrections. Thanks to Soren Jacobsen. --- diff --git a/dhcp.c b/dhcp.c index 7ccda877..3f7c04c8 100644 --- a/dhcp.c +++ b/dhcp.c @@ -421,7 +421,7 @@ get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) } /* Decode an RFC3397 DNS search order option into a space - * seperated string. Returns length of string (including + * separated string. Returns length of string (including * terminating zero) or zero on error. out may be NULL * to just determine output length. */ static ssize_t diff --git a/dhcpcd.8.in b/dhcpcd.8.in index a9ba5f27..43c6e929 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -133,7 +133,7 @@ If a single interface is given then only works for that interface and runs as a separate instance. The .Fl w , -waitip -option is enabled in this instance to maintain compatability with older +option is enabled in this instance to maintain compatibility with older versions. .Pp Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric. @@ -292,7 +292,7 @@ You can use this option to skip the DISCOVER phase and just request the The downside is if you request an .Ar address the DHCP server does not know about or the DHCP server is not -authorative, it will remain silent. +authoritative, it will remain silent. In this situation, we go back to the init state and DISCOVER again. If no .Ar address @@ -332,7 +332,7 @@ Tags the DHCP message with the userclass DHCP servers use this to give members of the class DHCP options other than the default, without having to know things like hardware address or hostname. .It Fl v , -vendor Ar code , Ns Ar value -Add an enscapulated vendor option. +Add an encapsulated vendor option. .Ar code should be between 1 and 254 inclusive. To add a raw vendor string, omit @@ -346,7 +346,7 @@ Set the vendor option 02 with a hex code. .D1 dhcpcd \-v 02,01:02:03:04:05 eth0 Set the vendor option 03 with an IP address as a string. .D1 dhcpcd \-v 03,\e"192.168.0.2\e" eth0 -Set un-encapulated vendor option to hello world. +Set un-encapsulated vendor option to hello world. .D1 dhcpcd \-v ,"hello world" eth0 .It Fl w , -waitip Wait for an address to be assigned before forking to the background. diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index fedc8863..475e6036 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -143,7 +143,7 @@ Request a leasetime of .It Ic metric Ar metric Metrics are used to prefer an interface over another one, lowest wins. .Nm dhcpcd -will supply a default metic of 200 + +will supply a default metric of 200 + .Xr if_nametoindex 3 . An extra 100 will be added for wireless interfaces. .It Ic noarp @@ -176,7 +176,7 @@ from the server. It can be a variable to be used in .Xr dhcpcd-run-hooks 8 or the numerical value. -You can specify more options seperated by commas, spaces or more option lines. +You can specify more options separated by commas, spaces or more option lines. .It Ic nooption Ar option Remove the option from the DHCP message. This should only be used when a DHCP server sends a non requested option @@ -191,7 +191,7 @@ interface. Subsequent options are only parsed for this profile .Ar name . .It Ic quiet -Supress any dhcpcd output to the console, except for errors. +Suppress any dhcpcd output to the console, except for errors. .It Ic reboot Ar seconds Allow .Ar reboot @@ -210,7 +210,7 @@ to be present in all DHCP messages, otherwise the message is ignored. It can be a variable to be used in .Xr dhcpcd-run-hooks 8 or the numerical value. -You can specify more options seperated by commas, spaces or more require lines. +You can specify more options separated by commas, spaces or more require lines. To enforce that .Nm dhcpcd only responds to DHCP servers and not BOOTP servers, you can @@ -253,7 +253,7 @@ be too long or too short and can be changed here. Tag the DHCP messages with the userclass. You can specify more than one. .It Ic vendor Ar code , Ns Ar value -Add an enscapulated vendor option. +Add an encapsulated vendor option. .Ar code should be between 1 and 254 inclusive. To add a raw vendor string, omit @@ -267,7 +267,7 @@ Set the vendor option 02 with a hex code. .D1 vendor 02,01:02:03:04:05 Set the vendor option 03 with an IP address as a string. .D1 vendor 03,\e"192.168.0.2\e" -Set un-encapulated vendor option to hello world. +Set un-encapsulated vendor option to hello world. .D1 vendor ,"hello world" .It Ic vendorclassid Ar string Change the default vendorclassid sent from dhcpcd-version.