]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Man page corrections.
authorRoy Marples <roy@marples.name>
Sun, 17 Oct 2010 10:44:54 +0000 (10:44 +0000)
committerRoy Marples <roy@marples.name>
Sun, 17 Oct 2010 10:44:54 +0000 (10:44 +0000)
dhcpcd-run-hooks.8.in
dhcpcd.8.in
dhcpcd.conf.5.in

index 48c86c3e1e79112fb8a013f5832eaf59f851d7e7..7794833a5f6b13aa56d5f0609e6caaad3ea41931 100644 (file)
@@ -27,7 +27,7 @@
 .Os
 .Sh NAME
 .Nm dhcpcd-run-hooks
-.Nd DHCP client configuration script 
+.Nd DHCP client configuration script
 .Sh DESCRIPTION
 .Nm
 is used by
@@ -35,7 +35,7 @@ is used by
 to run any system and user defined hook scripts.
 System hook scripts are found in
 .Pa @HOOKDIR@
-and the user defined hooks are 
+and the user defined hooks are
 .Pa @SYSCONFDIR@/dhcpcd.enter-hook .
 and
 .Pa @SYSCONFDIR@/dhcpcd.exit-hook .
@@ -110,7 +110,7 @@ means it cannot work as a DHCP or ZeroConf client.
 Static configuration and DHCP INFORM is still allowed.
 .It Dv STOP
 dhcpcd stopped running on the interface.
-.iT Dv DUMP
+.It Dv DUMP
 dhcpcd has been asked to dump the last lease for the interface.
 .It Dv TEST
 dhcpcd received an OFFER from a DHCP server but will not configure the
@@ -118,7 +118,7 @@ interface.
 This is primarily used to test the variables are filled correctly for the
 script to process them.
 .El
-.Sh FILES 
+.Sh FILES
 When
 .Nm
 runs, it loads
index 455029f2340966b8a5516423b195bdabd4d4faf4..599387862a76f258458f9fbabfbde697eb47724b 100644 (file)
@@ -74,13 +74,13 @@ is an implementation of the DHCP client specified in
 .Li RFC 2131 .
 .Nm
 gets the host information
-.Po 
+.Po
 IP address, routes, etc
 .Pc
 from a DHCP server and configures the network
 .Ar interface
 of the
-machine on which it is running. 
+machine on which it is running.
 .Nm
 then runs the configuration script which writes DNS information to
 .Xr resolvconf 8 ,
@@ -143,7 +143,7 @@ versions.
 .Pp
 Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric.
 For systems that support route metrics, each route will be tagged with the
-metric, otherwise 
+metric, otherwise
 .Nm
 changes the routes to use the interface with the same route and the lowest
 metric.
@@ -363,7 +363,7 @@ The default is 10 seconds.
 A setting of 0 seconds causes
 .Nm
 to skip the reboot phase and go straight into discover.
-.It Fl D , -duid 
+.It Fl D , -duid
 Generate an
 .Li RFC 4361
 compliant clientid.
index 2b0ab818c9a04d4e965fb5237f21a19994f79c1a..c3bfa8f8e265cf8f24b00f898d2888875ab9416a 100644 (file)
@@ -27,7 +27,7 @@
 .Os
 .Sh NAME
 .Nm dhcpcd.conf
-.Nd dhcpcd configuration file 
+.Nd dhcpcd configuration file
 .Sh DESCRIPTION
 Although
 .Nm dhcpcd