From f2bdf66d490cc4e15171d44f6f1a931a31fd2df0 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 1 Apr 2019 09:37:58 +0000 Subject: int16 and int8 are not used for any option. So don't mention them. --- usr.sbin/dhcpd/dhcp-options.5 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.2.3