aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2021-12-04 13:27:46 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2021-12-04 13:27:46 +0000
commit7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a (patch)
treeef54dd4c8a5bb4e5da6f0ca6e06904b48df9e6bc /usr.sbin
parent300914a0ffb8b18ace16e6d40fc41270e6039b2e (diff)
downloadsrc-7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a.tar.gz
src-7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a.zip
tcpdrop: update man page, since the fastack stack has been removed
MFC after: 1 week Sponsored by: Netflix, Inc.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8
index 1f0c75b9674a..c58388b3eab8 100644
--- a/usr.sbin/tcpdrop/tcpdrop.8
+++ b/usr.sbin/tcpdrop/tcpdrop.8
@@ -17,7 +17,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 15, 2017
+.Dd December 4, 2021
.Dt TCPDROP 8
.Os
.Sh NAME
@@ -155,9 +155,9 @@ port 22, the port used by
.Ed
.Pp
The following command will drop all connections using the TCP stack
-fastack:
+rack:
.Bd -literal -offset indent
-# tcpdrop -S fastack
+# tcpdrop -S rack
.Ed
.Pp
To drop all TCP connections in the LAST_ACK state use:
@@ -165,10 +165,10 @@ To drop all TCP connections in the LAST_ACK state use:
# tcpdrop -s LAST_ACK
.Ed
.Pp
-To drop all TCP connections using the TCP stack fastack and being in the
+To drop all TCP connections using the TCP stack rack and being in the
LAST_ACK state use:
.Bd -literal -offset indent
-# tcpdrop -S fastack -s LAST_ACK
+# tcpdrop -S rack -s LAST_ACK
.Ed
.Sh SEE ALSO
.Xr netstat 1 ,