git: 7ef45bd3cfa4 - main - tcpdrop: update man page, since the fastack stack has been removed

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Sat, 04 Dec 2021 14:19:57 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a

commit 7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2021-12-04 13:27:46 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2021-12-04 13:27:46 +0000

    tcpdrop: update man page, since the fastack stack has been removed
    
    MFC after:      1 week
    Sponsored by:   Netflix, Inc.
---
 usr.sbin/tcpdrop/tcpdrop.8 | 10 +++++-----
 1 file 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 ,