git: 2edac5a60a57 - main - tcpsso: improve man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Aug 2024 18:31:31 UTC
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=2edac5a60a57a2a6ef80c61079d427c4ee31b7a9 commit 2edac5a60a57a2a6ef80c61079d427c4ee31b7a9 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2024-08-03 18:30:10 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-08-03 18:30:10 +0000 tcpsso: improve man page Address comment provided by bcr. MFC after: 1 week Sponsored by: Netflix, Inc. --- usr.sbin/tcpsso/tcpsso.8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8 index 9bff621fc516..5bbcd0eb873f 100644 --- a/usr.sbin/tcpsso/tcpsso.8 +++ b/usr.sbin/tcpsso/tcpsso.8 @@ -234,8 +234,7 @@ To switch all TCP endpoints from using the freebsd stack to the RACK stack use: # tcpsso -S freebsd TCP_FUNCTION_BLK rack .Ed .Pp -All TCP endpoints in the LISTEN state can be switched to the RACK stack by -using: +Switch all TCP endpoints in the LISTEN state to the RACK stack by using: .Bd -literal -offset indent # tcpsso -s LISTEN TCP_FUNCTION_BLK rack .Ed