summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-06-27 16:27:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-06-27 16:27:04 +0000
commit8c08e2d52adda02edb8e94b5be17f83c891187ed (patch)
treee5783c99b75ef9868f54b35adc28824db86cc153 /sbin/ifconfig/ifconfig.8
parentf64a7ea04741e60575c0f25e7c1d14fecb4565c5 (diff)
tweak the tso text a little;
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r--sbin/ifconfig/ifconfig.814
1 files changed, 6 insertions, 8 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 4daccdb1d69..f9b9132b4b0 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.383 2022/06/27 15:11:23 jan Exp $
+.\" $OpenBSD: ifconfig.8,v 1.384 2022/06/27 16:27:03 jmc 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 $
.\"
@@ -489,17 +489,15 @@ modules installed in an interface.
It is only supported by drivers implementing the necessary functionality
on hardware which supports it.
.It Cm tso
-Enable TCP segmentation offloading (TSO) if its supported by the hardware; see
+Enable TCP segmentation offloading (TSO) if it's supported by the hardware; see
.Cm hwfeatures .
TSO enabled NICs modify received TCP/IP packets.
-This will also affect traffic of upper layer interfaces
-.Po
-e.g.,
+This will also affect traffic of upper layer interfaces,
+such as
.Xr vlan 4 ,
.Xr aggr 4 ,
-.Xr carp 4 ,
-etc.
-.Pc .
+and
+.Xr carp 4 .
Changing this option will re-initialize the network interface.
.It Cm -tso
Disable TSO.