aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ifnet.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.913
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index dd203cb5580b..b835c51c546f 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -26,8 +26,6 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd May 24, 2022
.Dt IFNET 9
.Os
@@ -736,9 +734,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 +751,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