1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

tcpsso: improve man page

Address comment provided by bcr.

MFC after:		1 week
Sponsored by:		Netflix, Inc.
This commit is contained in:
Michael Tuexen 2024-08-03 20:30:10 +02:00
parent 5c44e69d2f
commit 2edac5a60a

View File

@ -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