summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2019-04-01 09:37:58 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2019-04-01 09:37:58 +0000
commitf2bdf66d490cc4e15171d44f6f1a931a31fd2df0 (patch)
treed48c18b20a0f8e5ee6fcd11a8a24de86dbdc352e /usr.sbin
parentab47046e684768b90dcb2b321b20846829da88a2 (diff)
int16 and int8 are not used for any option. So don't
mention them.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/dhcp-options.512
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5
index 66de8dfce30..27ecb714b8b 100644
--- a/usr.sbin/dhcpd/dhcp-options.5
+++ b/usr.sbin/dhcpd/dhcp-options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcp-options.5,v 1.25 2019/04/01 08:52:36 krw Exp $
+.\" $OpenBSD: dhcp-options.5,v 1.26 2019/04/01 09:37:57 krw Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -79,16 +79,12 @@ The
.Ar uint32
data type specifies an unsigned 32-bit integer.
The
-.Ar int16
-and
.Ar uint16
-data types specify signed and unsigned 16-bit integers.
+data type specifies unsigned 16-bit integers.
The
-.Ar int8
-and
.Ar uint8
-data types specify signed and unsigned 8-bit integers.
-Unsigned 8-bit integers are also sometimes referred to as octets.
+data type specifies unsigned 8-bit integers,
+sometimes referred to as octets.
.Pp
The
.Ar string