]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Spelling corrections.
authorRoy Marples <roy@marples.name>
Sun, 24 Jan 2010 21:01:59 +0000 (21:01 +0000)
committerRoy Marples <roy@marples.name>
Sun, 24 Jan 2010 21:01:59 +0000 (21:01 +0000)
Thanks to Soren Jacobsen.

dhcp.c
dhcpcd.8.in
dhcpcd.conf.5.in

diff --git a/dhcp.c b/dhcp.c
index 7ccda877c4ab53fbbc912ab4ce9cee312f171c2d..3f7c04c8e6fcce01c90e5aacfe4a8d144264a962 100644 (file)
--- 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
index a9ba5f27d849bcaf3d62f38fee11940a393c2978..43c6e929778a5b616825bb2749e7cf82f4f42471 100644 (file)
@@ -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.
index fedc8863cbf8d93638173d1d4458f7ef2218fdbb..475e603646c9da8d65ca9e99c5bd026bb2f6a8d6 100644 (file)
@@ -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.