diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-15 21:01:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-15 21:01:51 +0000 |
commit | f2636e6fcc8e9592b1ec53c4ca27c6187d03761f (patch) | |
tree | 752fe6326e8176a7458a5fcbd950936a059f135f | |
parent | 2f9283e4238082c559aa6165d1e4b46aaeb49110 (diff) |
recoginzed -> recognized;
elimininating -> eliminating;
typos courtesy NetBSD (Igor Sobrado)
-rw-r--r-- | usr.sbin/bootpd/bootpd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bootpd/bootpd.8 b/usr.sbin/bootpd/bootpd.8 index 1605ffb4d1d..3a2ab7a4e97 100644 --- a/usr.sbin/bootpd/bootpd.8 +++ b/usr.sbin/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.8 2000/03/14 21:31:35 aaron Exp $ +.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.9 2003/03/15 21:01:49 jmc Exp $ .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME @@ -135,7 +135,7 @@ while checking the existence and size of client boot files. This is useful when client boot files are specified as relative pathnames, and .I bootpd needs to use the same current directory as the TFTP server -(typically /tftpboot). This option is not recoginzed by +(typically /tftpboot). This option is not recognized by .IR bootpgw . .TP .B \-i diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index 93143bf423b..9b02bad8a19 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -154,7 +154,7 @@ broadcasts may be specified on the command line. This should be done on systems where dhcpd is unable to identify non-broadcast interfaces, but should not be required on other systems. If no interface names are specified on the command line dhcpd will identify all network -interfaces which are up, elimininating non-broadcast interfaces if +interfaces which are up, eliminating non-broadcast interfaces if possible, and listen for DHCP broadcasts on each interface. .PP If dhcpd should listen on a port other than the standard (port 67), |