]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Spelling fixes from abhinav@netbsd.org
authorRoy Marples <roy@marples.name>
Mon, 23 Jan 2017 17:32:47 +0000 (17:32 +0000)
committerRoy Marples <roy@marples.name>
Mon, 23 Jan 2017 17:32:47 +0000 (17:32 +0000)
dhcpcd-run-hooks.8.in
dhcpcd.8.in
dhcpcd.conf.5.in

index d47d2e34b233abdcd46592a3bacea19b5d69a443..cee7cd22531b380e47189b4953707d6f382a26ab 100644 (file)
@@ -92,7 +92,7 @@ dhcpcd successfully requested a lease from a DHCP server.
 .It Dv DELEGATED6
 dhcpcd assigned a delegated prefix to the interface.
 .It Dv IPV4LL
-dhcpcd obtaind an IPV4LL address, or one was removed.
+dhcpcd obtained an IPV4LL address, or one was removed.
 .It Dv STATIC
 dhcpcd has been configured with a static configuration which has not been
 obtained from a DHCP server.
index 6fccbdca0131ba02835d0f179c6cc0fc4ef699d7..056d850a3cefa2fb03508c3027c901b0b468267b 100644 (file)
@@ -787,7 +787,7 @@ running on the
 .It Pa @RUNDIR@/dhcpcd.sock
 Control socket to the master daemon.
 .It Pa @RUNDIR@/dhcpcd.unpriv.sock
-Unpriviledged socket to the master daemon, only allows state retrieval.
+Unprivileged socket to the master daemon, only allows state retrieval.
 .It Pa @RUNDIR@/dhcpcd\- Ns Ar interface Ns .sock
 Control socket to per interface daemon.
 .El
index d8176c0ec22220f4b061d74ac7cc7b7bd31d5571..808edf6f46e2ea725a8b88b4aa12be0415680db1 100644 (file)
@@ -376,7 +376,7 @@ interface eth0
 .It Ic ipv4only
 Only configure IPv4.
 .It Ic ipv6only
-Only confgiure IPv6.
+Only configure IPv6.
 .It Ic fqdn Op disable | ptr | both
 ptr just asks the DHCP server to update the PTR
 record of the host in DNS whereas both also updates the A record.
@@ -487,7 +487,7 @@ See
 .%T "RFC 3927"
 .Re
 .It Ic noipv6
-Don't attmept to configure an IPv6 address.
+Don't attempt to configure an IPv6 address.
 .It Ic noipv6rs
 Disable solicitation and receipt of IPv6 Router Advertisements.
 .It Ic nolink
@@ -757,7 +757,7 @@ with a prefix of
 Defines the Vendor-Identifying Vendor Options.
 The
 .Ar code
-is the IANA Enterprise Number which will unqiuely describe the encapsulated
+is the IANA Enterprise Number which will uniquely describe the encapsulated
 options.
 .Ar type
 is normally
@@ -828,8 +828,8 @@ A byte represented as a string of flags, most significant bit first.
 For example, using ABCDEFGH then A would equal 10000000, B 01000000,
 C 00100000, etc.
 If the bit is not set, the flag is not printed.
-A flag of 0 is not printed even if the bit postition is set.
-This is to allow reservation of the first bits while assinging the last bits.
+A flag of 0 is not printed even if the bit position is set.
+This is to allow reservation of the first bits while assigning the last bits.
 .It Ic int16
 A signed 16bit integer, 2 bytes.
 .It Ic uint16
@@ -882,7 +882,7 @@ and
 in it.
 .Nm dhcpcd
 will then look for a non-expired token with a matching realm and secretid.
-This token is used to authenicate all other messages.
+This token is used to authenticate all other messages.
 .It Ic delayed
 Same as above, but without a realm.
 .El