diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-17 19:25:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-17 19:25:02 +0000 |
commit | e715a55729bf565f1005a182a0c148608c958d7f (patch) | |
tree | d5beff7bf737c2cb342d13c16a504469476ce83a /usr.sbin/dhcp/server | |
parent | 7b99416af5591de5643723e05e9524cef8f878fa (diff) |
seperate[d][ly] -> separate[d][ly]; alan@alanday.com
Diffstat (limited to 'usr.sbin/dhcp/server')
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.conf.5 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.leases.5 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index 65b1d192ac8..32d73a55000 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -204,7 +204,7 @@ startup. To avoid printing this message, the .B -q flag may be specified. .SH CONFIGURATION -The syntax of the dhcpd.conf(5) file is discussed seperately. This +The syntax of the dhcpd.conf(5) file is discussed separately. This section should be used as an overview of the configuration process, and the dhcpd.conf(5) documentation should be consulted for detailed reference information. diff --git a/usr.sbin/dhcp/server/dhcpd.conf.5 b/usr.sbin/dhcp/server/dhcpd.conf.5 index b4b44ca8a62..aa63de67d1c 100644 --- a/usr.sbin/dhcp/server/dhcpd.conf.5 +++ b/usr.sbin/dhcp/server/dhcpd.conf.5 @@ -515,7 +515,7 @@ hardware type (and others) would also be desirable. The .I hardware-address should be a set of hexadecimal octets (numbers from 0 through ff) -seperated by colons. The \fIhardware\fR statement may also be used +separated by colons. The \fIhardware\fR statement may also be used for DHCP clients. .PP .B The diff --git a/usr.sbin/dhcp/server/dhcpd.leases.5 b/usr.sbin/dhcp/server/dhcpd.leases.5 index b579c29d79e..a5bfef664ac 100644 --- a/usr.sbin/dhcp/server/dhcpd.leases.5 +++ b/usr.sbin/dhcp/server/dhcpd.leases.5 @@ -118,7 +118,7 @@ lease is recorded with the \fBhardware\fR statement: \fBhardware \fIhardware-type mac-address\fB;\fR .PP The MAC address is specified as a series of hexadecimal octets, -seperated by colons. +separated by colons. .PP If the client used a client identifier to acquire its address, the client identifier is recorded using the \fBuid\fR statement: |