diff options
Diffstat (limited to 'usr.sbin/dhcp/common/dhcp-options.5')
-rw-r--r-- | usr.sbin/dhcp/common/dhcp-options.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcp/common/dhcp-options.5 b/usr.sbin/dhcp/common/dhcp-options.5 index eb90ed6eac9..52d9813f5f1 100644 --- a/usr.sbin/dhcp/common/dhcp-options.5 +++ b/usr.sbin/dhcp/common/dhcp-options.5 @@ -100,7 +100,7 @@ The .B data-string data type specifies either an NVT ASCII string enclosed in double quotes, or a series of octets specified in -hexadecimal, seperated by colons. For example: +hexadecimal, separated by colons. For example: .nf .sp 1 option client-identifier "CLIENT-FOO"; @@ -113,7 +113,7 @@ from the latest IETF draft document on DHCP options. Options which are not listed by name may be defined by the name option-\fInnn\fR, where \fInnn\fI is the decimal number of the option code. These options may be followed either by a string, enclosed in quotes, or by -a series of octets, expressed as two-digit hexadecimal numbers seperated +a series of octets, expressed as two-digit hexadecimal numbers separated by colons. For example: .PP .nf |