Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 10:44:03 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d749a2e87027 - stable/13 - tcpdrop: update man page, since the fastack stack has been removed
Message-ID:  <202112101044.1BAAi38v019199@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by tuexen:

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

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

    tcpdrop: update man page, since the fastack stack has been removed
    
    Sponsored by:   Netflix, Inc.
    
    (cherry picked from commit 7ef45bd3cfa490b0e7b4503ea121d2b2d809cf3a)
---
 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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112101044.1BAAi38v019199>