aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2022-09-10 01:35:34 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2022-09-10 01:35:34 +0000
commit1b7f08b917a18e719707cf9f4856ad5e9b1c8521 (patch)
tree110ca5d2744a15294aeb00b0d482a616661e8673
parent45ad955714f8442a4485510de819755370a76af3 (diff)
downloadsrc-1b7f08b917a18e719707cf9f4856ad5e9b1c8521.tar.gz
src-1b7f08b917a18e719707cf9f4856ad5e9b1c8521.zip
ifnet(9): Duplicates for IFCAP_TOE flags removed.
PR: 266330
-rw-r--r--share/man/man9/ifnet.911
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index dd203cb5580b..a1a8acdc5b0b 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -736,9 +736,9 @@ This Ethernet interface supports TCP6 Segmentation offloading.
A shorthand for
.Pq Dv IFCAP_TSO4 | IFCAP_TSO6 .
.It Dv IFCAP_TOE4
-This Ethernet interface supports TCP offloading.
+This Ethernet interface supports TCP4 Offload Engine.
.It Dv IFCAP_TOE6
-This Ethernet interface supports TCP6 offloading.
+This Ethernet interface supports TCP6 Offload Engine.
.It Dv IFCAP_TOE
A shorthand for
.Pq Dv IFCAP_TOE4 | IFCAP_TOE6 .
@@ -753,13 +753,6 @@ as those sent by
.It Dv IFCAP_WOL
A shorthand for
.Pq Dv IFCAP_WOL_UCAST | IFCAP_WOL_MCAST | IFCAP_WOL_MAGIC .
-.It Dv IFCAP_TOE4
-This Ethernet interface supports TCP4 Offload Engine.
-.It Dv IFCAP_TOE6
-This Ethernet interface supports TCP6 Offload Engine.
-.It Dv IFCAP_TOE
-A shorthand for
-.Pq Dv IFCAP_TOE4 | IFCAP_TOE6 .
.It Dv IFCAP_VLAN_HWFILTER
This interface supports frame filtering in hardware on
.Xr vlan 4