summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2003-02-23 03:27:48 +0000
committerDavid Hankins <dhankins@isc.org>2003-02-23 03:27:48 +0000
commit4e244e1bdaec7d88632ddc2e805e7bc1ef9019b9 (patch)
tree30d372401eb75a7ce539b040cbb9f49939bcd3cc
parentb4fb6b45f7f202e23ab2be80d584e4e9b6a5592b (diff)
downloadisc-dhcp-4e244e1bdaec7d88632ddc2e805e7bc1ef9019b9.tar.gz
- Manpage typos fixed thanks to a patch from jmc.
-rw-r--r--client/dhclient.conf.54
-rw-r--r--server/dhcpd.conf.54
-rw-r--r--server/dhcpd.leases.54
3 files changed, 6 insertions, 6 deletions
diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5
index 2cf5fe83..9b3b2000 100644
--- a/client/dhclient.conf.5
+++ b/client/dhclient.conf.5
@@ -35,7 +35,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhclient.conf.5,v 1.12.2.8 2002/11/17 02:25:43 dhankins Exp $
+.\" $Id: dhclient.conf.5,v 1.12.2.9 2003/02/23 03:27:26 dhankins Exp $
.\"
.TH dhclient.conf 5
.SH NAME
@@ -446,7 +446,7 @@ automatically determine the type of network to which they are
connected. The media setup string is a system-dependent parameter
which is passed to the dhcp client configuration script when
initializing the interface. On Unix and Unix-like systems, the
-argument is passed on the ifconfig command line when configuring te
+argument is passed on the ifconfig command line when configuring the
interface.
.PP
The dhcp client automatically declares this parameter if it uses a
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 0569910f..44850f12 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -35,7 +35,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.conf.5,v 1.63.2.17 2003/02/23 03:14:42 dhankins Exp $
+.\" $Id: dhcpd.conf.5,v 1.63.2.18 2003/02/23 03:27:48 dhankins Exp $
.\"
.TH dhcpd.conf 5
.SH NAME
@@ -1473,7 +1473,7 @@ The \fBbooting\fR flag is used to tell dhcpd whether or not to respond
to queries from a particular client. This keyword only has meaning
when it appears in a host declaration. By default, booting is
\fBallow\fRed, but if it is disabled for a particular client, then
-that client will not be able to get and address from the DHCP server.
+that client will not be able to get an address from the DHCP server.
.PP
.B The
.I duplicates
diff --git a/server/dhcpd.leases.5 b/server/dhcpd.leases.5
index c674ecae..aa78e2ec 100644
--- a/server/dhcpd.leases.5
+++ b/server/dhcpd.leases.5
@@ -35,7 +35,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.leases.5,v 1.8.2.4 2002/11/17 02:29:31 dhankins Exp $
+.\" $Id: dhcpd.leases.5,v 1.8.2.5 2003/02/23 03:27:48 dhankins Exp $
.\"
.TH dhcpd.leases 5
.SH NAME
@@ -92,7 +92,7 @@ can never be eliminated from the \fBdhcpd.leases\fR file.
.PP
.B lease \fIip-address\fB { \fIstatements...\fB }
.PP
-Each lease declaration include the single IP address that has been
+Each lease declaration includes the single IP address that has been
leased to the client. The statements within the braces define the
duration of the lease and to whom it is assigned.
.PP