aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpsso
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2022-02-09 20:16:42 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2022-02-09 20:16:42 +0000
commitd24e064aaf57bff055b7c3a4716f918ca74b5271 (patch)
tree337cabd1bc8953688fc748d264667546f9a6368b /usr.sbin/tcpsso
parentb27e6e91d0ad1f87b296f7583d4f5d938d7a997c (diff)
downloadsrc-d24e064aaf57bff055b7c3a4716f918ca74b5271.tar.gz
src-d24e064aaf57bff055b7c3a4716f918ca74b5271.zip
Diffstat (limited to 'usr.sbin/tcpsso')
-rw-r--r--usr.sbin/tcpsso/tcpsso.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8
index 9b62459ffba5..e27f03845c63 100644
--- a/usr.sbin/tcpsso/tcpsso.8
+++ b/usr.sbin/tcpsso/tcpsso.8
@@ -225,9 +225,9 @@ To switch all TCP endpoints from using the freebsd stack to the rack stack use:
.Pp
The following command will set the congestion control module of all TCP
endpoints currently using cubic as its congestion control algorithm to the
-congestion control algorithm new-reno:
+congestion control algorithm newreno:
.Bd -literal -offset indent
-# tcpsso -C cubic TCP_CONGESTION new-reno
+# tcpsso -C cubic TCP_CONGESTION newreno
.Ed
.Sh SEE ALSO
.Xr sockstat 1 ,