From c069659183f0d17034b0869e8f990e6330e6c06c Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 11 Jan 2024 17:22:04 +0000 Subject: [PATCH] ifconfig.8: reorder hwfeature list ok jmc@ --- sbin/ifconfig/ifconfig.8 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 52192356ddd..bc92b15c567 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.398 2023/07/18 16:01:20 bluhm Exp $ +.\" $OpenBSD: ifconfig.8,v 1.399 2024/01/11 17:22:04 jan Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: July 18 2023 $ +.Dd $Mdocdate: January 11 2024 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -269,15 +269,6 @@ The device supports IPv4 checksum offload. As above, for TCP in IPv4 datagrams. .It Sy CSUM_UDPv4 As above, for UDP. -.It Sy VLAN_MTU -The device can handle full sized frames, plus the size -of the -.Xr vlan 4 -tag. -.It Sy VLAN_HWTAGGING -On transmit, the device can add the -.Xr vlan 4 -tag. .It Sy CSUM_TCPv6 As CSUM_TCPv4, but supports IPv6 datagrams. .It Sy CSUM_UDPv6 @@ -294,6 +285,15 @@ variable to disable this feature. .It Sy TSOv6 As above, for IPv6. +.It Sy VLAN_MTU +The device can handle full sized frames, plus the size +of the +.Xr vlan 4 +tag. +.It Sy VLAN_HWTAGGING +On transmit, the device can add the +.Xr vlan 4 +tag. .It Sy WOL The device supports Wake on LAN (WoL). .It Sy hardmtu -- 2.20.1