git: 5c4fd0b523f7 - stable/14 - tcpsso: improve man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Aug 2024 10:22:01 UTC
The branch stable/14 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=5c4fd0b523f7c75b0d331025378ed7df12f0fc87
commit 5c4fd0b523f7c75b0d331025378ed7df12f0fc87
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2024-08-03 18:30:10 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-08-10 10:21:51 +0000
tcpsso: improve man page
Address comment provided by bcr.
Sponsored by: Netflix, Inc.
(cherry picked from commit 2edac5a60a57a2a6ef80c61079d427c4ee31b7a9)
---
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